List of plugins I use
List of plugins I use in Visual Studio .NET 2003 (mainly used for C++ programming):
List of plugins I use in IntelliJ IDEA 4.5.4 (mainly used for Java programming):
- CodeWiz - for some cool templates and shortcuts
- Visual Assist - better intellisense
- Ref++ - adds refactoring capabilities for C++
List of plugins I use in IntelliJ IDEA 4.5.4 (mainly used for Java programming):
- Code outline - Shows a zoomed out outline of code while editing
- Copyright - easily add the copyright comment on top of the code with a single keystroke
- ImageEditor - Open gif, jpg and png files in IntelliJ and also edit them
- Lysosome - allows you to move the text cursor to the start or end of a selection using the left and right cursor keys, like in many other common text editors. Wonder why this wasn?t built into the editor in the first place
- Rearranger - reorders class and class member declarations and generates section-marking comments
- UndoCloseFile - allows to undo closing edited files (Ctrl+Alt+Z)
- JavaDoc Editor - adds a nice documentation editor (similar to the one in Visual SlickEdit)









