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

Support find-replace references

Open srchase opened this issue 3 years ago • 0 comments

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 avatar Mar 26 '21 19:03 srchase