Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support find-replace references #16

Open
srchase opened this issue Mar 26, 2021 · 0 comments
Open

Support find-replace references #16

srchase opened this issue Mar 26, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@srchase
Copy link
Contributor

srchase commented Mar 26, 2021

The IDE will have a menu item that opens a dialog to find-replace references. The IDE user can search for an absolute or relative shape ID, and will be given a list of results that includes any places that shape ID is referenced, including definition, use or apply statements, or as member references within the definitions of another shape. Additionally, the IDE user can update the name of an entity, and all references will be updated according to their absolute or relative format with the model.

The LSP will provide the back-end for finding the appropriate shape locations back to the IDE for replacement.

@srchase srchase added the enhancement New feature or request label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant