Describe the bug
I'd often like to use CTRL + LMB to jump to the definition of a type, but:
If I right-click -> Peek -> Peek Definition:
To Reproduce
I used this extension (I doubt that it's the cause, but anyways):
In any file, be it .c3 or .c3i, CTRL + left-click on any type that's defined somewhere else.
Expected behavior
Well, open a tab at the referenced line or jump to that line.
Screenshotseverywhere
Desktop (please complete the following information):
OS: Windows 11 Pro 24H2 26120.1542
Editor: Visual Studio Code
Version: latest
Additional context
I think that the client simply misinterprets whatever the server sends back.
Could it simply be a missing URL decoding step? I think it could.
Describe the bug I'd often like to use CTRL + LMB to jump to the definition of a type, but:
If I right-click -> Peek -> Peek Definition:
To Reproduce I used this extension (I doubt that it's the cause, but anyways):
In any file, be it
.c3
or.c3i
, CTRL + left-click on any type that's defined somewhere else.Expected behavior Well, open a tab at the referenced line or jump to that line.
Screenshots everywhere
Desktop (please complete the following information):
Additional context I think that the client simply misinterprets whatever the server sends back. Could it simply be a missing URL decoding step? I think it could.
I hope I brought up something new!