microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.58k stars 28.66k forks source link

What do you think about improving Lua support? #13545

Closed TyKonKet closed 7 years ago

TyKonKet commented 7 years ago

Lots of videogames provides a modding experience based on Lua scripting, I think, by adding supports for code formatting and intellisense you could provide a great product even to them.

isidorn commented 7 years ago

Thanks for the suggestion - but this should be done in a LUA extension and not be a part of the core vscode product (as all other languages, eg: pythong, go...)

TyKonKet commented 7 years ago

@isidorn you are right, I know, I wrote here because I saw on the marketplace that some extension (especially the most complex) are provided by Microsoft. Thanks for the answer, have a nice day.