How to get Lua code completion?
-
wrote 20 days ago last edited by
The lua language server is checked and the plugin is active i just want to write simple scripts, but its useless without code completion is i don't see what i can use.
This is the basic hello world it works, but no code completion. How to enable it?
T = require'TextEditor' editor = T.currentEditor() cursor = editor:cursor() cursor:insertText('-- Hello World!')
-
wrote 19 days ago last edited by
2/2