Content originally posted in LPCWare by CodeRedSupport on Mon Apr 25 12:26:37 MST 2011
For example, type 'sw' in the editor and Ctrl-Space shows options for switch. Type 'for' and it will construct a for loop, etc.
This works for just about C construct you can think of. Ctrl-Space is context sensitive, so will show appropriate options, depending on where you are in your source, and list things like variables etc. You can add your constructs too.