extension: rename symbol is not a thing anymore
seems like a pretty basic thing for an LSP no?
Coming soon; it requires find all references to be implemented (#882)
I'm using the latest version in VSCode and the editor.action.rename doesn't appear to work, the default when condition contains editorHasRenameProvider, guessing this isn't enabled yet?
No, rename is not implemented; this issue is still open.
Rename was added in https://github.com/microsoft/typescript-go/pull/1635; anything else should be reported as further bugs.
Thanks for the follow up @jakebailey, love the teams work!