Version 1.52.1
I have require ('stream'); in my code. I highlight stream and open the context menu. I select "Go to Definition" and the "stream.d.ts" file opens. It's good. Then I select "Go to Implementation" in the same way and ... "stream.d.ts" opens again. Is it possible and how to implement that the "Go to Implementation" the implementation is opened?
-
1I found the answer: github.com/microsoft/TypeScript/issues/…IPcorp– IPcorp2021-01-17 13:51:54 +00:00Commented Jan 17, 2021 at 13:51
-
Does this answer your question? Go to the TypeScript source file instead of the type definition file in VS CodeAlexey Romanov– Alexey Romanov2022-05-06 12:40:29 +00:00Commented May 6, 2022 at 12:40
Add a comment
|