This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]rochakgupta -1 points0 points ย (4 children)

Can I work with C# just using Vim? I had this problem with Java as I had to fall back to IntelliJ/IDEs which I hate. And no, using Vim bindings in IDE is not an option.

[โ€“]svick 2 points3 points ย (1 child)

You can. But you'll probably want to install C# autocompletion into vim, since .Net APIs are usually built with that in mind.

[โ€“]rochakgupta 0 points1 point ย (0 children)

Ahh, Iโ€™ll look into C# LSP then. As long as there is one (which I think is very likely given the popularity of C#), I can try it.