-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript.preferGoToSourceDefinition #449
Comments
coc-tsserver already supports You can add custom mapping for TS file only: autocmd FileType typescript nnoremap <buffer><silent> gd :CocCommand tsserver.goToSourceDefinition<CR> |
This feature has been released in Note: coc-tsserver-dev is only used for unmerged PRs, and after PR merged into coc-tsserver, you should use coc-tsserver instead. |
Nice, thank you! |
go to the definition does not work with libraries like React.js microsoft/TypeScript#37777 (comment) Screen.Recording.2024-07-31.at.1.41.18.PM.movfor example, I can not navigate the source code implementation of useRef. It is minified. |
Is there a setting in coc-tsserver which acts the same way vscode's
typescript.preferTGoToSourceDefinition
does?Without this, working in a monorepo which relies on typechecking via declaration files vs implementation breaks the functionality for going into a func implementation
https://twitter.com/kamilogorek/status/1735947897986769136
The text was updated successfully, but these errors were encountered: