You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A follow up to this issue on terraform-ls, wanted to make this here per @radeksimko suggestion to discuss design of implementing supporting functionality to this repo to be used by terraform-ls to perform renames on resoures/data sources/etc. This would hopefully help support an lsp rename operation on all hcl based configuration. I can start taking a look into this repo to see what functionality would have be added/missing, but very high level plan would be the following:
Go to definition of an object
Get all references of said object
then perform rename operation on all references of object where relevant
If there's anything that should change in this approach or I'm missing please let me know. Also if possible would love to implement this.
The text was updated successfully, but these errors were encountered:
A follow up to this issue on terraform-ls, wanted to make this here per @radeksimko suggestion to discuss design of implementing supporting functionality to this repo to be used by terraform-ls to perform renames on resoures/data sources/etc. This would hopefully help support an lsp rename operation on all hcl based configuration. I can start taking a look into this repo to see what functionality would have be added/missing, but very high level plan would be the following:
If there's anything that should change in this approach or I'm missing please let me know. Also if possible would love to implement this.
The text was updated successfully, but these errors were encountered: