LuaLS / LLS-Addons

Addons for use with Sumneko's Lua Language Server
https://github.com/LuaLS/lua-language-server
MIT License
63 stars 46 forks source link

HALion #63

Closed misohoza closed 1 year ago

carsakiller commented 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.

misohoza commented 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.