Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code + Lua

From what I can see, currently Visual Studio Code for Lua supports only syntax colorization and we can have formatting and some snippets with extensions. What I need to know is if there are or is planned some kind of Intellisense.

like image 629
TyKonKet Avatar asked Oct 10 '16 16:10

TyKonKet


1 Answers

Three years later and we have vscode-lua. From what I gather it has some kind of Intellisense and could possibly pe configured to find paths to the needed libraries, version specification (5.1, 5.2, 5.3), indent, line-width and other formatting related things... Give it a try!

like image 146
Adrian Castravete Avatar answered Sep 19 '22 11:09

Adrian Castravete