Closed misohoza closed 1 year ago
To answer your earlier question about snippets; it unfortunately is not possible. Addons are intended to be cross-editor, so it wouldn't make sense for them to provide VS Code specific features. Making your own extension that depends on the language server might be what you are looking for.
Thank you.
To answer your earlier question about snippets; it unfortunately is not possible. Addons are intended to be cross-editor, so it wouldn't make sense for them to provide VS Code specific features. Making your own extension that depends on the language server might be what you are looking for.