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
Not sure to put this issue in this repo or in coc.nvim 😅
It’s similar to Go To Definition, but it never returns results inside declaration files. Instead, it tries to find corresponding implementation files (like .js or .ts files), and find definitions there — even if those files are normally shadowed by .d.ts files.
Not sure to put this issue in this repo or in coc.nvim 😅
It’s similar to Go To Definition, but it never returns results inside declaration files. Instead, it tries to find corresponding implementation files (like .js or .ts files), and find definitions there — even if those files are normally shadowed by .d.ts files.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#go-to-source-definition
The text was updated successfully, but these errors were encountered: