vscode-glua-enhanced
vscode-glua-enhanced copied to clipboard
👨💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...
Would be helpful to add a feature to blacklist from Localise global calls and would save time as some things like local DarkRP = DarkRP get added which causes death.
https://emmylua.github.io/index.html Add EmmyLua support, Lets me make classes and then use IntelliSense in the rest of the workspace.
It works for addons with structures ``` lua/ materials/ models/ ... ``` But for gamemodes it won't add the content folder with same structure
when writing invalid syntax in a file which isnt in a folder (only in memory/tmp), it freaks out and crashes the extension host lol
Please can you add the ability to rename a symbol/variable name? This is different to "Change all occurrences", as it recognises the difference between a variable name and a generic...
It would be handy if there were realm gutter icons for some obvious matches just as a reminder without having to ctrl+p inside a function's signature to double-check your scope....
https://drive.google.com/file/d/1c7spUlWb5oiZA7_UTKu9zbH96RdWkhkl/view Example code to trigger this bug. ``` if CLIENT then --TODO SEPARATE INTO PANEL FILE! --[[ ]] local PANEL = { } function PANEL:Init( ) self:SetSize( ScrW( ) *...
I am using the SSH extension to connect to a Windows server. Whenever I save, a prompt pops up that shows the aforementioned message. Shortly after, with the progress never...
[sumneko.lua](https://github.com/sumneko/lua-language-server) Is currently the best lua language server for VSCode and has been forked to be used as roblox/other lua based game scripting. Based on that information, i think it...
 It would be great if extension had lua doc support.