svenstaro / glsl-language-server

Language server implementation for GLSL
MIT License
176 stars 29 forks source link

[feature request] rename variables #55

Open SamuelBorn opened 4 months ago

SamuelBorn commented 4 months ago

Thank you for maintaining this awesome project!

I would love to have the ability to rename variables with the LSP.

If there is no time to implement it I understand that. Just wanted to let you know.

svenstaro commented 4 months ago

As stated in the README, I don't really have time to maintain this. If you'd like to, you could become the next maintainer of this project. You could also look into https://github.com/nolanderc/glsl_analyzer or https://github.com/KubaP/glsl-lsp.