lua-tagsLua IntelliSense for Visual Studio Code. Features
Configure & UsageDownload and installation are available at Visual Studio Code Extension Marketplace. Once installed, all configure options details are at extension Contributions page Hot configure reload NOT support, restart Visual Studio Code to activate new configure after configure changed luachecklua-tags already integret with luacheck(win32 and linux),if using MacOS or other platform, specify luaCheckPath at configure or add luacheck to os excuate PATH export global symbolsctrl + shift + p: "lua-tags: export global symbols" can export all global symbols to file(lua-tags-global-symbols) in workspace root directory. This can be done automatic by timer at Configure option It may help to set .luacheckrc. multi-root workspacesThis extension does NOT support multi-root workspaces. If it is activated at multi-root workspaces, only the first folder works. @param @return hightlightJust like other language, @param、@return in comment will be hightlight by grammars injection Thanks |