-
Hey 👋 Since I stumble over this issue for quite some time in my daily work, I'm no asking here for help. Maybe someone could point me into the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
I see that there is a |
Beta Was this translation helpful? Give feedback.
-
How would i be able to bind a shortcut for this? Specifically using webstorm |
Beta Was this translation helpful? Give feedback.
-
in VSCode: |
Beta Was this translation helpful? Give feedback.
It's not implemented through
workspace/executeCommand
but through a customvolar/client/findFileReference
request that takes{ textDocument: { uri: string } }
argument.To be fair I'm not sure why custom requests are needed here rather than using the simpler to implement
workspace/executeCommand