Code Snippets in CodeLobster IDE
CodeLobster IDE has ability of using prewritten code snippets.
Code snippets are a part of CodeLobster IDE - Professional version
To view the code templates that are defined in Codelobster you should open Preferences->Snippets
Code snippets defining
You may use any placeholder name, such as ${SomeName}. When the template is expanded, Codelobster selects this placeholder name for editing.
All code templates will be available in the auto-complition list:
Code snippets using
Or You may expand the template by using Alt+Space hot-key:
Code snippets expanding
First placeholder is selected automatically. You can move between placeholders by pressing Tab key.
Press Enter when you are done.