Ask HN: Features that are must to have in your text editor for web development
What are some of the awesome features does your text editor have which makes you productive and lets you ship things faster.
I have been using vim for a while and interested to know what others are using and their adoption :)
Apologies if this is not the right place to post this kind of question!
2 comments
[ 3.2 ms ] story [ 15.5 ms ] threadNew feature: I do a bit of work in Visual Studio as well, and I really like AI backed code completion. It results in less navigation when selecting items from code completion list.
Edit: I missed the line where you speak about VIM. My favourite changes in my setup in VIM in last couple of years fall in 2 categories, terminal stuff moved into vim if it fits nicely (lazygit, fzf...) and another category that helps me use all the features of the editor.
Overall, if I had to pick one thing it would be LazyGit. It's so good!For example:
- Terminal kind interface part of the editor which keeps providing feedback in terms of any changes - Ability to version control your files (git commit/diff/abort) without leaving the editor - Any resources you could point me to that would be great which talks improving developer workflow with vim?
EDIT: I think you seem to have answered while I was writing my reply