Intellisense not using JSDoc for imported files #23830
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Steps to Reproduce:
test.ts
with the following contents:test2.ts
with the following content:Intellisense within
test.ts
works correctly:Intellisense within
test2.ts
doesn't work correctly:But it shows up after you autocomplete:
It doesn't seem to be a TypeScript issue as it also occurs with
.js
files.The text was updated successfully, but these errors were encountered: