plugin Snippets: now supports snippets from VS Code editor
Posted: 09.10.2020 20:58
Plugin is updated.
Big rework by @OlehL:
+ new command "Install VSCode snippets..." - to install snippets from VS Code Marketplace
+ new command "Delete snippet markers" - clears all markers in the current editor tab
+ reworked snippets engine to support VS Code snippets
+ now you can insert snippet in another snippet
+ improved work with placeholders ${}, now placeholders can be nested
"Install VSCode snippets" shows new dialog: Menu from '=' button allows to change some filter options:
- fuzzy
- whole words search
- search in title or description
After you choose the set by Enter/dbl-click, additional dialog shows to choose CudaText lexer(s) for VSCode lexer: VSCode snippets are installed to data/snippets_vs/ dir.
Big rework by @OlehL:
+ new command "Install VSCode snippets..." - to install snippets from VS Code Marketplace
+ new command "Delete snippet markers" - clears all markers in the current editor tab
+ reworked snippets engine to support VS Code snippets
+ now you can insert snippet in another snippet
+ improved work with placeholders ${}, now placeholders can be nested
"Install VSCode snippets" shows new dialog: Menu from '=' button allows to change some filter options:
- fuzzy
- whole words search
- search in title or description
After you choose the set by Enter/dbl-click, additional dialog shows to choose CudaText lexer(s) for VSCode lexer: VSCode snippets are installed to data/snippets_vs/ dir.