Use BOTH Neovim and VSCode as a Software Engineer

  Рет қаралды 17,367

Melkey

Melkey

Күн бұрын

Пікірлер: 94
@MelkeyDev
@MelkeyDev 8 ай бұрын
Hope you all enjoy the video. Let me know - which IDE do you use and why? What is your preference?
@dog4ik
@dog4ik 8 ай бұрын
I use neovim because i am better
@tigman9318
@tigman9318 8 ай бұрын
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
@adamkamienski7322
@adamkamienski7322 8 ай бұрын
@@dog4ik what a small fragile ego
@Fireship
@Fireship 8 ай бұрын
I use VSCode because it's easier to copy and paste code into
@mkum2141
@mkum2141 8 ай бұрын
my goat
@vikingthedude
@vikingthedude 8 ай бұрын
Just yap and dap baby
@anruntxd8711
@anruntxd8711 8 ай бұрын
chad
@midhunmanu007
@midhunmanu007 8 ай бұрын
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
@denzilv
@denzilv 8 ай бұрын
I use the Stack Overflow keyboard for even more copy-paste productivity efficiency. 🤙
@owenwexler7214
@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-xx4mz
@RA-xx4mz 8 ай бұрын
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.
@abdulalimmahir
@abdulalimmahir 6 ай бұрын
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.
@MelkeyDev
@MelkeyDev 6 ай бұрын
dude i love that the video can do this for you Do what works best for you homie!
@JoshPeterson
@JoshPeterson 6 ай бұрын
I too have used Neovim inside VS Code's integrated terminal when I first was dipping my toe into Neovim
@michaelplaczek9385
@michaelplaczek9385 7 ай бұрын
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
@MelkeyDev
@MelkeyDev 7 ай бұрын
Me too!
@l3thaln3ss
@l3thaln3ss 8 ай бұрын
Wait. That's illegal. Nah, but good on Melkey for filling in the middle ground between Prime/Teej and Theo
@BluesM18A1
@BluesM18A1 7 ай бұрын
neovim inside vscode terminal is the most galaxy brain shit I have ever seen im ngl
@MelkeyDev
@MelkeyDev 7 ай бұрын
moving crazy
@Ptaszqq
@Ptaszqq 8 ай бұрын
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
@4w0ken
@4w0ken 2 ай бұрын
haha nailed it at 3:50 - thats what im thinking about most vim users (not all but most)
@licokr
@licokr 8 ай бұрын
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.
@Gornius
@Gornius 8 ай бұрын
I use VSCode with Neovim extension. I just can't live without vim motions.
@sarojregmi200
@sarojregmi200 8 ай бұрын
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-eg6nq7qt8c
@user-eg6nq7qt8c 6 ай бұрын
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.
@naimchowdhury5892
@naimchowdhury5892 8 ай бұрын
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
@gantushigsaruul2489
@gantushigsaruul2489 6 ай бұрын
It helped me a lot! thank you! more videos about this topic please!
@scottiedoesno
@scottiedoesno 8 ай бұрын
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
@SnowDaemon
@SnowDaemon 8 ай бұрын
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
@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.
@spaghettiking653
@spaghettiking653 7 ай бұрын
What's that tab plugin in Neovim called?
@rlifts
@rlifts 8 ай бұрын
Amen brother, I use emacs, neovim, and starting vscode again lol. They all serve different purposes.
@Manuelstechnology
@Manuelstechnology 8 ай бұрын
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.
@schlesser
@schlesser 8 ай бұрын
Dig into his channel, he has already made a video
@rocstar3000
@rocstar3000 8 ай бұрын
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.
@himalczyk258
@himalczyk258 8 ай бұрын
Whats the headset mate? Is it the same Theo and Prime use? Can I ask for the model please?
@justttn
@justttn 6 ай бұрын
Philips SHP9500
@astrocanyounaut
@astrocanyounaut 8 ай бұрын
loyalty to an editor is crazy lowkey- use whatever suits your needs! 😤
@ulrich-tonmoy
@ulrich-tonmoy 8 ай бұрын
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-macauley
@dezly-macauley 8 ай бұрын
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 😅
@robinskills
@robinskills 8 ай бұрын
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_lumps
@bumpy_lumps 8 ай бұрын
Bro finally someone says it this made me so happy
@adamkamienski7322
@adamkamienski7322 8 ай бұрын
True, which makes me respect Melkey even more
@oratilemoagi9764
@oratilemoagi9764 7 ай бұрын
9 months ago u said u leaving Neovim now you together, Damn love is blind
@oratilemoagi9764
@oratilemoagi9764 7 ай бұрын
kzbin.info/www/bejne/hn3boayLjtt2ldEsi=Vbmeh1rZQ8vljyTR
@juststudying1019
@juststudying1019 8 ай бұрын
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.
@vimdiesel
@vimdiesel 8 ай бұрын
Already do. Because I can't really ditch the mouse while working on vue. Definitely don't use vscode for everhthing tho
@joaomendoncayt
@joaomendoncayt 8 ай бұрын
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.
@Dekutard
@Dekutard 8 ай бұрын
i would assume it’s difficult enough to master one tool let alone 2
@NoctuaDeveloppement
@NoctuaDeveloppement 8 ай бұрын
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 😂😂
@ArturdeSousaRocha
@ArturdeSousaRocha 8 ай бұрын
Let's be honest: VS Code is a pretty decent remote terminal. 😆
@dodomukunzi7269
@dodomukunzi7269 8 ай бұрын
On point Melkey 🐐
@hebozhe
@hebozhe 8 ай бұрын
VS Code for projects, nano for bash scripts.
@cristophermoreno2290
@cristophermoreno2290 8 ай бұрын
ZED !
@MrlegendOr
@MrlegendOr 8 ай бұрын
Why I Use Neovim and VSPymyCode : Much better 🙃
@midhunmanu007
@midhunmanu007 8 ай бұрын
I like neovim because it consumes less RAM and I get to use TMUX also no Microsoft.
@siya.abc123
@siya.abc123 8 ай бұрын
There is no reason not to use VSCode besides preference. VSCode is good
@victordvickie
@victordvickie 8 ай бұрын
skill issue?
@tobymoby8524
@tobymoby8524 8 күн бұрын
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-rendal5648
@wesleytaylor-rendal5648 4 ай бұрын
I think most people are hybrid
@FelipeV3444
@FelipeV3444 8 ай бұрын
#teamwhatevergetsthejobdone
@cesarkollenphowet
@cesarkollenphowet 8 ай бұрын
VSCODE ftw i dont have the time to learn advanced nvim
@hendrykhoza4782
@hendrykhoza4782 8 ай бұрын
Low key that hurts my feelings... neovim is better...if it wasn't you wouldn't be using vim motion 😢
@pedromendes3257
@pedromendes3257 8 ай бұрын
cursed
@j.r.r.tolkien8724
@j.r.r.tolkien8724 7 ай бұрын
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.
@linuxramblingproductions8554
@linuxramblingproductions8554 5 ай бұрын
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”
@shanehanna
@shanehanna 8 ай бұрын
At least use the same theme.
@CrazyLuke11
@CrazyLuke11 7 ай бұрын
PLEASE DONT USE NEOVIM IN VSC*DE TERMINAL!
@borakou39
@borakou39 6 ай бұрын
How dare you use common sense like this
I Love Neovim But I WONT Use It | Prime Reacts
23:22
ThePrimeTime
Рет қаралды 130 М.
vim users be like... #coding #developer #softwareengineer #programming #code #vim
0:43
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
VS Code | My Setup #7 - Apc Customize UI++ extension
9:35
Igor Babko
Рет қаралды 20 М.
Why I am LEAVING Neovim After 4 Years For VSCode
6:39
Melkey
Рет қаралды 62 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 397 М.
Vim vs NeoVim, What's the Difference?  Which Should You Use?
10:29
Mental Outlaw
Рет қаралды 332 М.
Why I Switched From NEOVIM To VSCODE
13:45
Anthony GG
Рет қаралды 26 М.
From Vim To Zed
19:03
ThePrimeTime
Рет қаралды 276 М.
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 71 М.
DONT use Neovim!! (in these scenarios)
8:56
typecraft
Рет қаралды 46 М.
Modern Languages Don't Help Solve Hard Problems (Jonathan Blow)
6:45
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН