Skip to content
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

Quick access to definition does not work #241251

Open
felixunivers opened this issue Feb 19, 2025 · 1 comment
Open

Quick access to definition does not work #241251

felixunivers opened this issue Feb 19, 2025 · 1 comment
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@felixunivers
Copy link

felixunivers commented Feb 19, 2025

Type: Bug

In VS code I used keys: Alt+click (or Ctrl+Click) to take me to the declaration of a variable or a property definition in an Interface declaration. After update to version: 1.97.2 this does not work any more! Also many other shortcut keys stopped working such as F12. It works on the object declaration but not on its properties.

Example:

private mySqlExportPaths: mySqlExportPathsI;

this.mySqlExportPaths.origSqlPf = xxx

if I place cursor on: mySqlExportPaths and press F12 it takes me to the declaration
if I place cursor on: origSqlPf and press F12 it does nothing - used to take me to the declaration
inside the Interface.

VS Code version: Code 1.97.2 (e54c774, 2025-02-12T23:20:35.343Z)
OS version: Windows_NT x64 10.0.26100
Modes:
Remote OS version: Linux x64 5.15.167.4-microsoft-standard-WSL2

System Info
Item Value
CPUs AMD Ryzen 5 7640U w/ Radeon 760M Graphics (12 x 3493)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 63.19GB (54.48GB free)
Process Argv --crash-reporter-id 10edc963-1102-404d-b9f0-29f4d9f56d5a
Screen Reader no
VM 0%
Item Value
Remote WSL: openSUSE-Tumbleweed
OS Linux x64 5.15.167.4-microsoft-standard-WSL2
CPUs AMD Ryzen 5 7640U w/ Radeon 760M Graphics (12 x 0)
Memory (System) 30.95GB (29.55GB free)
VM 0%
Extensions (1)
Extension Author (truncated) Version
remote-wsl ms- 0.88.5
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
vscod805cf:30301675
binariesv615:30325510
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dwnewjupyter:31046869
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc1:31192215
iacca1:31171482
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624
dwoutputs:31238123
hdaa2157:31222309
copilot_t_ci:31222730
jda6j935:31233686

@mjbvz
Copy link
Collaborator

mjbvz commented Feb 19, 2025

Please share a complete, self contained code sample that demonstrates the issue

@mjbvz mjbvz added the info-needed Issue requires more information from poster label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants