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
compute text edits to change all references to the given name
2a. might be able to just blatantly replace the returned ranges from references request with the new text
2b. otherwise, need something like nodeident.Set(node, ident) which returns the actual changed node so textedits can be computed
2a. might be able to just blatantly replace the returned ranges from references request with the new text
2b. otherwise, need something like
nodeident.Set(node, ident)which returns the actual changed node so textedits can be computed