trixnz / vscode-lua

Intellisense and Linting for Lua in VSCode
MIT License
116 stars 27 forks source link

Add the option to disable the 'Go to Symbol' feature #113

Open EduYukio opened 7 months ago

EduYukio commented 7 months ago

image

Disabling the "Go to Symbol" feature is useful for those who use this extension together with the lua-language-server, because currently it is causing an issue which the methods are appearing twice:

image