Hope you all enjoy the video. Let me know - which IDE do you use and why? What is your preference?
@dog4ik8 ай бұрын
I use neovim because i am better
@tigman93188 ай бұрын
I also use both. Vscode to make debugging easier honestly, but also because it's easier to maintain for developing and testing across Mac, Linux and Windows. Too much of a pain to figure out neovim across all three in an offline-only environment
@adamkamienski73228 ай бұрын
@@dog4ik what a small fragile ego
@Fireship8 ай бұрын
I use VSCode because it's easier to copy and paste code into
@mkum21418 ай бұрын
my goat
@vikingthedude8 ай бұрын
Just yap and dap baby
@anruntxd87118 ай бұрын
chad
@midhunmanu0078 ай бұрын
I disagree with that, copy pasting in neovim is much easier because you can use the "+" register, but then again it is about what you are used to, for me it is neovim
@denzilv8 ай бұрын
I use the Stack Overflow keyboard for even more copy-paste productivity efficiency. 🤙
@owenwexler7214Ай бұрын
For me: Neovim in a terminal while on the battery in a coffeeshop VSCode with the Neovim extension in the home office or a hotel room with the portable office Being able to combine Vim motions and multi-cursor editing/word-skipping in insert mode in VSCode is a God-like DX honestly and also VSCode has superior LSP diagnostics/error highlighting but sometimes I want to conserve battery and have the lightweight experience of Neovim in a terminal, not to mention be forced into the discipline of using pure old school Vim motions and keys. EDIT: also ofc mixing in some non-VSCode Neovim use gives me the right to say I use Neovim btw so there's that too.
@RA-xx4mz8 ай бұрын
Neovim for small, quick edits. Vscode for day to day work. Neovim was taking too long to configure for my day job + side project workflow. So I just VsCode instead.
@abdulalimmahir6 ай бұрын
This video is working like a motivation to get back into coding for me. I've been trying configuring neovim for like a week straight. It's really overwhelming and overpriced choice for someone like me who doesn't have deep understand of Lua and neovim's different file-systems. Everyone uses different packege managers, different plugins, file-structures, configs. You won't really get a 101 deal from any of the youtubers if you want neovim your own way. Meantime, you can invest on learning Lua and then make everything from zero, at least now you have something to add to your protfolio except a cool looking neovim.
@MelkeyDev6 ай бұрын
dude i love that the video can do this for you Do what works best for you homie!
@JoshPeterson6 ай бұрын
I too have used Neovim inside VS Code's integrated terminal when I first was dipping my toe into Neovim
@michaelplaczek93857 ай бұрын
I use both, I use nvim for when I want to modify one, two or three files. I use vscode when I am working on a large project
@MelkeyDev7 ай бұрын
Me too!
@l3thaln3ss8 ай бұрын
Wait. That's illegal. Nah, but good on Melkey for filling in the middle ground between Prime/Teej and Theo
@BluesM18A17 ай бұрын
neovim inside vscode terminal is the most galaxy brain shit I have ever seen im ngl
@MelkeyDev7 ай бұрын
moving crazy
@Ptaszqq8 ай бұрын
I use neovim 99% of the time, but I jump on vs code when helping junior devs that use vs code (for shared sessions) and whenever I debug typescript - I do have dab set up in neovim but I prefer vs code for that most of the time. I find IDE battles funny tho - like it could actually make you write a better code :D
@4w0ken2 ай бұрын
haha nailed it at 3:50 - thats what im thinking about most vim users (not all but most)
@licokr8 ай бұрын
100% agree with that we don't need to choose only one. Just be familar with one you are currently use or want to use then focus on code.
@Gornius8 ай бұрын
I use VSCode with Neovim extension. I just can't live without vim motions.
@sarojregmi2008 ай бұрын
I use nvim because I can configure what I want it's fast and it taught me many things that I would not have learnt otherwise. Like LSP tree sitter and other stuff. And made me familiar with the legends like tpope, folke, tj etc..
@user-eg6nq7qt8c6 ай бұрын
the reason i stop using nvim as the main dev tool is 1. constant, mostly irrational anxiety that my config is about to break. 2. I very easily convince myself that working on my nvim config is really work if I think about it and then days go by where what I get paid to do has fallen behind but dam my new keybindings and lua functions are amazing . 3. Update Mason.. point 1 becomes true and there goes another day. A ME problem for sure but I can't help it. VSCode? I just get stuff done.
@naimchowdhury58928 ай бұрын
There's nothing in the vscode ecosystem that comes close to the power and usefulness of nvim's telescope plugin, that's the main reason keeping me on nvim. I do use vscode for debugging though
@gantushigsaruul24896 ай бұрын
It helped me a lot! thank you! more videos about this topic please!
@scottiedoesno8 ай бұрын
Team both. Keep the keybinds the same and use what makes the most sense. If you have to computer hop a lot, vscode remote extenstion is the bee's knees. If you can keep things mostly the same for long periods of time, neovim performance is the best. Love this viewpoint
@SnowDaemon8 ай бұрын
W take I use NeoVim for most coding. I use VScode when I know I'm going to be doing a lot of debugging because I dont feel like learning and configuring dap.
@Qrzychu92Ай бұрын
Team Jetbrains + IdeaVim reporting in!
@СэрШпинат8 ай бұрын
using phpstorm/goland and neovim and yes, I don't care too, as long as i understand my tools and write production ready code :) just one thing that really kills my productivity is multiple monitors and multiple buffers. i hate looking at two different code side by side, it annoys me at puts me out of flow. i rather switch between files with telescope/harpoon or cmd-e on Jetbrains several times then open files side by side.
@spaghettiking6537 ай бұрын
What's that tab plugin in Neovim called?
@rlifts8 ай бұрын
Amen brother, I use emacs, neovim, and starting vscode again lol. They all serve different purposes.
@Manuelstechnology8 ай бұрын
Hey man, love your videos, I'm new to the language(golang) Can you recommend resources that helped you in your journey of learning go for me?, please I'd really love that.
@schlesser8 ай бұрын
Dig into his channel, he has already made a video
@rocstar30008 ай бұрын
I use neovim exactly for the reason you don't use it lol, I'm in a point in life where I really want to learn those things so I like the need to go RTFM. But if for any reason I really need to do something like now and I can't figure out how to do on nvim nor could find any help at the moment I can just open any IDE, do the thing, and then go back to nvim.
@himalczyk2588 ай бұрын
Whats the headset mate? Is it the same Theo and Prime use? Can I ask for the model please?
@justttn6 ай бұрын
Philips SHP9500
@astrocanyounaut8 ай бұрын
loyalty to an editor is crazy lowkey- use whatever suits your needs! 😤
@ulrich-tonmoy8 ай бұрын
Yep i just want to code js but i need cpp and what not then need to know lua and config manually writing the lua to config neovim then learn shortcut then finally neovim setuped
@dezly-macauley8 ай бұрын
Just curious is there a reason why you use VS Code over VS Codium (open source without MS telemetry)? I'm asking because Neovim is my main editor. I'm wondering if I should have Codium as a backup and ditch VS Code for good... Or just go for VS Code the original "just works" editor. Also most of us are using Github... so can't really escape Microsoft 😅
@robinskills8 ай бұрын
From my experience VSCodium is faster than VS Code(somehow do not ask me why), but there aren't all the extensions available. But I encourage you to at least try Codium and see for yourself.
@bumpy_lumps8 ай бұрын
Bro finally someone says it this made me so happy
@adamkamienski73228 ай бұрын
True, which makes me respect Melkey even more
@oratilemoagi97647 ай бұрын
9 months ago u said u leaving Neovim now you together, Damn love is blind
Who has time to configure everything, I am worried about my code, should I be about the code of my code editor, doesn't seem logical to me. but VScode is heavy I hate this in it. also use vim key bindings in vscode.
@vimdiesel8 ай бұрын
Already do. Because I can't really ditch the mouse while working on vue. Definitely don't use vscode for everhthing tho
@joaomendoncayt8 ай бұрын
this is a pointless discussion, but fact of the matter is nvim is better if you learn it all the way... now if you want to learn it or not and you're confortable with what you have which is completely and perfectly fine that's on you! but nvim is just better all around... pointless discussion tho... use whatever does the job for you.
@Dekutard8 ай бұрын
i would assume it’s difficult enough to master one tool let alone 2
@NoctuaDeveloppement8 ай бұрын
I personally code on paper, take a pic of my code, use Phone feature to extract the text from the image, paste it in a basic text editor, save it and pray 😂😂
@ArturdeSousaRocha8 ай бұрын
Let's be honest: VS Code is a pretty decent remote terminal. 😆
@dodomukunzi72698 ай бұрын
On point Melkey 🐐
@hebozhe8 ай бұрын
VS Code for projects, nano for bash scripts.
@cristophermoreno22908 ай бұрын
ZED !
@MrlegendOr8 ай бұрын
Why I Use Neovim and VSPymyCode : Much better 🙃
@midhunmanu0078 ай бұрын
I like neovim because it consumes less RAM and I get to use TMUX also no Microsoft.
@siya.abc1238 ай бұрын
There is no reason not to use VSCode besides preference. VSCode is good
@victordvickie8 ай бұрын
skill issue?
@tobymoby85248 күн бұрын
People which thinks they are the real coders because of using vim, spend to much time to care on the things nobody cares about. It is better to learn the basics of writing good code instead of breaking your fingers for fast keyboard commands to control your editor. It doesn't matter that you are
@wesleytaylor-rendal56484 ай бұрын
I think most people are hybrid
@FelipeV34448 ай бұрын
#teamwhatevergetsthejobdone
@cesarkollenphowet8 ай бұрын
VSCODE ftw i dont have the time to learn advanced nvim
@hendrykhoza47828 ай бұрын
Low key that hurts my feelings... neovim is better...if it wasn't you wouldn't be using vim motion 😢
@pedromendes32578 ай бұрын
cursed
@j.r.r.tolkien87247 ай бұрын
The person who convinced the entire developer community that an outdated code editor is better than an IDE with the latest and greatest features out of the box must be one helluva salesman. Vim motions are arbitrary and don't make any sense but here we are lol.
@linuxramblingproductions85545 ай бұрын
Vscode is made of electron and is often slower its also less configurable so more custom settings or features etc are harder to implement or you cannot do. You also can’t run it in a terminal if you don’t have a gui for whatever reason. I also doubt you really understand vim motions or what makes it “outdated”