TypeScript - ability to go to type definition #10394
Labels
External
Relates to another program, environment, or user action which we cannot control.
VS Code Tracked
There is a VS Code equivalent to this issue
From @wallverb on August 12, 2016 22:36
Steps to Reproduce:
If your cursor is inside
Test
ofconst test:Test
you can clickF12
to go to that type definition - but sometimes you do not have type declared explicitly (infered type) - eg.const test2
then it's impossible to go easily to type defintion. Maybe combination of some key + click (or extra entry in popup)Go to type definition
Copied from original issue: microsoft/vscode#10489
The text was updated successfully, but these errors were encountered: