How can i go to right definition in cypress #858
urayoru113
started this conversation in
General
Replies: 1 comment
-
There is a custom command for that: https://github.com/typescript-language-server/typescript-language-server#go-to-source-definition Ideally there would also be an option to use that by default but there is none yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i use neovim
In cypress
and I do
:lua vim.lsp.buf.definition()<CR>
then I jump to
command.d.ts
how can i jump to
command.js
Beta Was this translation helpful? Give feedback.
All reactions