For example, when IDEs like Eclipse decide to take 2 minutes to switch between an xml file and a java and javascript file. Why so many devs put up with this is beyond me, but I digress...
Ask HN: What is the must have feature of your IDE
41–50 of 71 posts
Re: Ask HN: What is the must have feature of your IDE
#42"Find in Files" and "Find and Replace in Files".
grep
sed -iRe: Ask HN: What is the must have feature of your IDE
#43Show me an IDE that has nice support for Vim-bindings and is highly customizable (plugin support with rich API, programming language I can use to improve it as I like it), and I will happily leave Vim and use it. So far the closest thing I've seen is Lighttable, but still it lacks some Vim-bindings and is very in beta for now.
To answer OP's question, Vim-bindings and configuration options at extreme.
Re: Ask HN: What is the must have feature of your IDE
#44Re: Ask HN: What is the must have feature of your IDE
#45I really love Sublime, so here are a few features which stop be from switching to apps such as Chocolat. - 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.
Would definitely add the "extremely simple" package manager to the list.
Package Control should be built in and I'm surprised negotiations haven't been made yet.
Re: Ask HN: What is the must have feature of your IDE
#46File and Project Viewer
Integrated Debugger
Integrated Linter
Source Code as Tags/Analysis/Overview
Code Completion
Tmux
Re: Ask HN: What is the must have feature of your IDE
#47Discoverability. I want to be able to download a library (through whatever means), and then figure out how to use it from within my code. I want to be able to type the name of a class, object, namespace, whatever the language has for that, that corresponds to the name of said library and then just play with it. I want docs for every method and class (or function, object, whatever) that I enter, in a tooltip, at my fi…
You can debug/fix code in libraries without even realizing it.
Re: Ask HN: What is the must have feature of your IDE
#48Re: Ask HN: What is the must have feature of your IDE
#49Discoverability. I want to be able to download a library (through whatever means), and then figure out how to use it from within my code. I want to be able to type the name of a class, object, namespace, whatever the language has for that, that corresponds to the name of said library and then just play with it. I want docs for every method and class (or function, object, whatever) that I enter, in a tooltip, at my fi…
In both case, it's a dynamic language, with an image-based implementation.
Re: Ask HN: What is the must have feature of your IDE
#50Cons: vimscript