Code templates
- Use Tab or mouse-click to choose template from completion list.
- You can add/remove your own templates in Preferences — CodeTemplates section.
- Templates showing in completion even for ‘unknown’ vars (local variables).
- We can specify ‘where’ to show templates by adding dot-prefixes:
- Without dots – shows only for single idents like abc
- Single dot
.
– shows for any idents: single likeabc
; and dot-separated likeabc.def
- Double-dot
..
– shows only for dot-separated idents likeabc.def
- Dots are used just for definition not for typing in code.