Go to Definition and Go to Implementation Does not Work As Expected #30023
Labels
javascript
JavaScript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Steps to Reproduce:
npm init
npm install --save bcrypt-nodejs
Reproduces without extensions: Yes
Issue: go to definition and go to implementation redirect me to
d.ts
files, not to implementation of method or function.Gif VSCode (with issue demo):
Gif as expected (sublime as example):
This issue not present within the project i.e. with functions and methods what I Implemented myself. Simple example:
I also find this issue: #19672 but it's closed for some reason. It's strange for me because I think "Go to Definition" and "Go to Implementation" is basic/must have feature in all IDEs.
Other related issues:
#25197
microsoft/TypeScript#9413
#8244
My VSCode config:
Installed Extensions:
Subtle Match Brackets v.2.0.0
Material Theme v.1.0.0
Beautify v.1.1.1
The text was updated successfully, but these errors were encountered: