If there are things you don't like about your chosen IDE, what are those?
Ask HN: What is the must have feature of your IDE
1–10 of 71 posts
Re: Ask HN: What is the must have feature of your IDE
#2Re: Ask HN: What is the must have feature of your IDE
#3Re: Ask HN: What is the must have feature of your IDE
#4Alas I am a Java guy and restricted to IntelliJ at work. It's a great IDE but I never feel as 'at home' as I do in the shell.
My favorite and most used refactoring feature in any IDE is Extract Method. It's a simple one, but I use it repeatedly when cleaning up both my own code and legacy code. My code would be much uglier without it.
Re: Ask HN: What is the must have feature of your IDE
#5Re: Ask HN: What is the must have feature of your IDE
#6Re: Ask HN: What is the must have feature of your IDE
#7So, I use Sublime Text. Although it technically isn't an IDE, with some plugins installed (SublimeCodeIntel, SublimeLinter, and others), it works wonderfully as is if was. And it's blazing fast too.
Re: Ask HN: What is the must have feature of your IDE
#8- Multiple Cursors, at first you think this is just a gimmick, but it soon shows its usefulness. I use this feature all of the time.
- Jump to definition.
- Useful and intuitive key bindings.
- Console output.