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
Currently we have factory code for building commands in the following code, but it only works for VSCode (seems to work for coc too). We should judge the IDE of the language client to return the command format actually supported by the current IDE.
In ST I don't think we have anything currently. We could either support the editor.action.rename command globally to be interoperable with VSCode or handle it with some custom code in LSP-volar.
Do you have any specific examples where editor.action.showReferences is triggered and actually works? Because I found some cases where it is triggered but in those cases TS says that the location doesn't support rename. You can read more details in sublimelsp/LSP#2249
Currently we have factory code for building commands in the following code, but it only works for VSCode (seems to work for coc too). We should judge the IDE of the language client to return the command format actually supported by the current IDE.
volar.js/packages/language-service/src/baseLanguageService.ts
Lines 129 to 197 in dfddd60
The text was updated successfully, but these errors were encountered: