this post was submitted on 01 Jul 2023
52 points (100.0% liked)

Programming

13562 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Im considering spending some serious time learning one of the above. Two principle engineers I work with exclusively use them, and watching them work is incredible, the speed they move and get things done is pure wizadry. Can anyone learn this skill? For what it's worth, the alternative is learning VScode. I’ve exclusive used Android Studio in my career.

you are viewing a single comment's thread
view the rest of the comments
[–] SebKra@feddit.de 2 points 2 years ago (2 children)

Using Vim-Bindings in an IDE is nice, but I could live without them.

The structurally-aware commands of your IDE are at least as important. (expand selection, surround, refactorings, the contextual commands on alt-enter, ...)

Do not replace your IDE with cli vim.

[–] AnarchoYeasty 2 points 2 years ago

You can do all of that with neovim and lsp integration though. I'm not fully using nvim as my ide but I'm getting there and will be soon.

[–] artemisia 1 points 2 years ago

No, definitely not, but consider learning how to express such things in Vim, then apply Vim bindings to your IDE.