Releases: KingOfTac/fast-snippets
Releases · KingOfTac/fast-snippets
v1.6.2
v1.6.1
v1.6.0
v1.5.0
What's Changed
- Completely re-did the snippets.
- Snippets can now automatically import symbols they contain that come from external packages.
- Import behavior can be controlled by the
fastSnippets.generateImportsFromSymbols
setting. - Because vscode does not actually support this behavior for snippets, all of the included
snippets had to be moved from their.code-snippets
file and into aCompletionItemProvider
.
A side effect of this is the auto import behavior only works for the snippets included in this
extension. - If vscode#111007 gets implemented, then this might work with user and global snippet files.
- Import behavior can be controlled by the