If Jetbrains could embed actual Emacs as its editor, that would be the holy grail for me.
Ask HN: What IDE do you use?
51–60 of 68 posts
Re: Ask HN: What IDE do you use?
#52Re: Ask HN: What IDE do you use?
#53For C# I use Visual Studio, Intellisense autocompletion is gteat.
For Java I use Eclipse, but in One project where I was forced to developer on a remote server with many restrictions I user vim + make + javac, It Is Crazy, I know, but It Is possible
Re: Ask HN: What IDE do you use?
#54Visual Studio (for .net) and vim (everything else), contrary to many vimmers will tell you, it is an IDE, just not a very good one. I'm expecting that to get a lot better though with the feature set added in vim 8 and things like intellisense services ( https://github.com/OmniSharp/omnisharp-roslyn ), rust and other languages are providing similar tools.
Re: Ask HN: What IDE do you use?
#55Re: Ask HN: What IDE do you use?
#56Visual Studio (for .net) and vim (everything else), contrary to many vimmers will tell you, it is an IDE, just not a very good one. I'm expecting that to get a lot better though with the feature set added in vim 8 and things like intellisense services ( https://github.com/OmniSharp/omnisharp-roslyn ), rust and other languages are providing similar tools.
If you would like vim style input to visual studio I recommend vsvim plugin.
Re: Ask HN: What IDE do you use?
#57Re: Ask HN: What IDE do you use?
#58Re: Ask HN: What IDE do you use?
#59Re: Ask HN: What IDE do you use?
#60Also it is truely cross-platform: Windows, Linux and Mac. So if you change jobs, want to use it at home or there is a shift in devs away from Mac to Linux you won't have to learn something new.