What is your favorite feature of your IDE/code editor? What makes you like it so much? Is there a feature that it doesn't have that would be a strong enough pull to cause you to switch IDE's (code editors)?
|
1
|
|||
|
|
|
|
Incremental search (CTRL-I in Visual Studio). |
|||
|
|
|
|
For Visual Studio:
|
|||
|
|
|
|
We use Zend Studio for PHP which is one of the few PHP IDE's that supports code completion. It requires a strict use of PHPDocumenter comments though. Another handy feature is integration of Subversion or the Source Control Management-system of your choice. For a webdeveloper, an IDE has to be fluid in a lot of different languages. In my example: PHP, HTML, CSS, JavaScript. Understanding what is which language and providing appropriate code support isn't something you'll find in a lot of clients. |
|||
|
|
|
|
I like NetBeans and now it will detect file types and give you the panels to add elements in. Also the auto complete and auto space indentation is really nice right out of the box. |
|||
|
|
|
|
Eclipse debug, and the usual stuff, highlighting, completion.. |
|||
|
|
|
|
Visual Studio. Despite all it's goofy "quirks" MS really got it right. Intellisense is fantastic but makes me lazy; I like being lazy. Something that's overlooked is the IDE writes the build script for you. Write something in Anjuta for a GNOME project and then try to build it all manually. |
|||
|
|
|
|
In Emacs (and this is also a major feature in Vim) - feeling superior to people who use IDEs such as Eclipse, IntelliJ IDEA, Visual Studio, etc. :) |
|||
|
|
|
|
In Visual Studio, I really like turning on the word-wrap option. No more faffing around with underlines, which then don't work right on another PC or another resolution. I hate scrolling left and right in code. I've not met many who like this, though. The feature I most want is support for multiple monitors, and it's supposedly coming soon :) |
|||
|
|
|
|
Context auto-completeion in Eclipse by pressing Alt+/. It works everywhere in every file, even in unknown files with unknown languages. It just seeks similar word near current word you are typing, and completes it. |
|||
|
|
|
|
In Visual Studio 2008 (might have been available before), you have the ability to "rewind" the code to the point before the exception occurred. You can also change the code while it's paused in the debugger, and continue on running. It's really nice to almost never have to do the stop, fix, build, run scenario every time you find a tiny problem in your programming logic. |
|||
|
|
|
|
Dynamic compilation. You can change the code during a run, compile it, adjust the pc if needed, and continue debugging. |
|||
|
|
|
|
Resharper. |
|||
|
|
