Is there a wiki on "(IDE) things to setup after a new install"?
Not that I am aware off. And there are too many things... And it doesn't just end at enabling stuff, all the neat little bit where codetools can do stuff for you (see my signature for the link), there probably are some you don't know yet.
And lots of other commands the IDE has.
- See the links in my sig
- browse through the IDE options
- browse all the commands you can assign in the keymap
- check the mouse settings
- browse the list of packages
=> With that info, be welcome to start such a wiki page.
Here is another bit that you may found useful.
Have you ever single stepped in the debugger, and at some point you look at a watch and you realize: that has the wrong value.
Then you ask yourself, did it have that value one step back? or 2 steps back?
If you did the stepping, and the value was evaluated (shown in watches), but you didn't pay it attention => the history window gives you access to the last 20 (or something) times you stepped (but only values that had been evaluated, it does not backward compute).
Hunting a mem leak? Copy it from console, and paste into "view > leaks and traces", and you can click the lines in the trace and the IDE jumps to the locations.
You can install a file browser.
IDE scout => search for features
...