NightrainsRbx / RobloxLsp

Roblox Luau Language Server based on Lua by sumneko.
https://devforum.roblox.com/t/roblox-lsp-full-intellisense-for-roblox-and-luau/717745
MIT License
211 stars 49 forks source link

Roblox LSP gives Undefined type `self` when using it in vscode. #222

Open fisherjacobc opened 1 year ago

fisherjacobc commented 1 year ago

As people would probably know, self is a valid keyword in lua, and when used in code it can intellisense what self is (if using it in a "class" method when using self, however I dont know if this is intentional for types or if there is a way to ignore the warning other than a bucnh of ---@diagnostic ...

Images:

image image