Highlight MyFunction MyMethod MyVar MyWhatever End Highlight
Extremely handy, no more hacking with that comands doc, and in case something was planned like adding some menu in the IDE to input these vars: forget it.. this command does all that dynamically, meaning it works everywhere! You could add this in a type, so all methods would be highlighted at once, and you can add it in your import/includefiles so all your stuff is highlighted. Compile it once and the to be highlighted words are added to its internal highlight-list. Erase one of the words, compile it, and the internal highlight list should be rebuilt..
nice idea? :P