And I never managed to configure vim the way I wanted ('correct' usage of multiple tab when opening a function/file definition) That said I still prefer it over Eclipse or CLion..
Ask HN: Do any of you dislike using Visual Studio Code?
31–34 of 34 posts
Re: Ask HN: Do any of you dislike using Visual Studio Code?
#32I don't like VS Code git integration, WebStorms (JetBrains) diff/merge tool with syntax highlighting is superior.
Re: Ask HN: Do any of you dislike using Visual Studio Code?
#33I am a Vim guy but find VSCode is the only option for TypeScript; none of the Vin plugins work quite as well. I'm happy with it. I much prefer my Vim setup, though, but for TS the seamlessness of VS Code is too good to give up. I enjoy the IDE part of VS Code; the editor, not so much.
Re: Ask HN: Do any of you dislike using Visual Studio Code?
#34What I don't like about VScode for C++: sometimes find source is very slow (much slower than doing a grep and opening the file yourself), and it opened the wrong file for one of my colleague, and find usage never work. And I never managed to configure vim the way I wanted ('correct' usage of multiple tab when opening a function/file definition) That said I still prefer it over Eclipse or CLion..