Using IntelliSense suggestion to import a function does not work when using JSDoc import tag #5264
Labels
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
🔩 p2-edge-case
Vue - Official extension or vue-tsc version
3.0.0-alpha.0
VSCode version
1.98.0
Vue version
3.5.13
TypeScript version
5.8.2
System Info
package.json dependencies
Steps to reproduce
.vue
fileref
word and pressCTRL+SPACE
for suggestions. Thevue
suggestion should be shown but will not be applied if you try to apply it. No effect.What is expected?
The
import
line should be added correctly as it does when JSDoc import tag is not being used.What is actually happening?
The
import
line is not being added when JSDoc tag import tag is being used.TS Server Log:
Link to minimal reproduction
No response
Any additional comments?
The same behaviour for 2.2.8 version.
You can try to do the same in the Vue SFC Playground. The only difference is that there will be no suggestion to import from
vue
package.The text was updated successfully, but these errors were encountered: