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
I don't think it's feasible to implement that unless tsserver provides some fitting API. I think the only option now would be to iterate through all symbols in the file and trigger requests for all of them to get references/implementation which we obviously won't do for performance reasons.
Uh oh!
There was an error while loading. Please reload this page.
Like I had suggested at prabirshrestha/typescript-language-server#9
tsserver doesn't supports CodeLens, but we could implement
textDocument/codeLens
andcodeLens/resolve
like VSCode does for References CodeLens and Implementations CodeLensThe text was updated successfully, but these errors were encountered: