Have you ever managed to get intellisense working for c#? I try every few months with junk like Roslyn but it never seems to work. It just silently fails to do anything at all.
The reason that I ask is that I feel I am getting stuck with C# simply due to the comfort of Intellisense. I have to find some way of replicating that experience with other languages...
I know other languages of course, but it just feels like a hassle to code without Intellisense these days :p
I do a little C# here and there and setting up emacs for productivity in C# was easy: Install omnisharp, csharp-mode, and company. I also happen to like rainbow-delimiters.
But with just those first 3 packages I get "intellisense" in emacs via company-mode. It's awesome.
ASP.NET maybe? C# is one of the best-designed languages suitable to server-side dev in modern popular use. Using it with VS is the most convenient and efficient IDE experience I've encountered.
I'm curious, as a long time emacs lover now doing C# work in a day job... is there a good way to do C# in emacs? I'm quite happy with VS2015+ReSharper, but I do sometimes long for emacs.
reply