The Visual Studio Code (VSC) is fast and lightweight, and if you've ever used SublimeText or Atom, you'll be instantly familiar. The VSC comes with a command palette, multiple cursor selection, snippets, and code auto-completion - features that are already familiar to many.
Lua extension
https://marketplace....feli.vscode-lua
https://marketplace....ame=keyring.Lua
(press Ctrl + P >> insert code "ext install Lua" >> view in Extension and click Install it)
Add others extension here
Show All Commands Ctrl+Shift+P
Change Theme Ctrl+K Ctrl+T
Change Key Map Ctrl+K Ctrl+M
Open Folder Ctrl+K Ctrl+O
Keyboard Reference Ctrl+K Ctrl+R
Debug Ctrl+Shift+D
Extensions Ctrl+Shift+E
---------------------------------------------------------------
Edited by Se7en, 16 April 2017 - 04:39 .