Whenever using any computer program its customization to suit our needs becomes important. Netbeans 6.1 has left no stone unturned to provide an user interactive and fully customizable IDE.
- Goto Tools->options
- The Editor tab lets you choose Code completion, folding options as you require, but hey check out the code templates. Did you know that just typing psvm and then giving a tab could get you the entire public static void main(String[] args) {} Moreover you can set your own templates to get blocks of code in just few abbreviations. Talk about customizability!!!
- The java code tab lets you choose what all indentation you require and what all types of coding hinds the IDE should offer you. The same goes for Ruby.
- For people who like to play with the look and feel of the IDE to soothe their tastes, the fonts and colors section lets you customize anything to everything.
- People who want to get their work done faster always use shortcuts and guess what the keymap section allows you to set the keyboard shortcuts down to the last action the IDE can perform.
- For people who really have problems getting their netbeans to handle C/C++ this is the section they should check out. If your compiler is not listed, First add it to the path list and then select the compiler. And one note the netbeans IDE doesn’t seem to support the TC compiler, it has compatibility only with the G++.