WilliamVenner / vscode-glua-enhanced

👨‍💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...
https://marketplace.visualstudio.com/items?itemName=venner.vscode-glua-enhanced
GNU General Public License v3.0
410 stars 10 forks source link

Feature request - Rename symbol #19

Open FreddieDev opened 3 years ago

FreddieDev commented 3 years ago

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 string.

This feature is included in the VSCode Lua extension: https://github.com/sumneko/lua-language-server

However, if I enable both at once, this feature (along with a colouring of some things) is lost.

Your extension is awesome and by far more useful for Gmod lua, so I'll still use it anyway :) I really appreciate all the work and would be happy to help if I can.

Malivil commented 3 years ago

+1

This is the only feature that I've noticed I miss from the default Lua language server