jsonnet-language-server icon indicating copy to clipboard operation
jsonnet-language-server copied to clipboard

Add rename support for local/object key

Open zephyros-dev opened this issue 1 year ago • 1 comments

With Jump to definition already supported, it would helps a lot if I can rename local and object key

zephyros-dev avatar Mar 27 '23 02:03 zephyros-dev

I did a quick check. It's definitely possible but it also requires supporting the "find usages" functionality. When renaming a token, we have to go back to that token and also rename all usages of it

julienduchesne avatar May 01 '23 14:05 julienduchesne