neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

The file import input suggestion in the Vue project failed after element-plus was installed #462

Open jzlspck opened 3 months ago

jzlspck commented 3 months ago

After installing element-plus in the Vue project, the input suggestion of file import in the project was wrong, everything was fine before installation, but when I wrote the file after installation, the code suggestion for importing other modules was missing, for example: import {} from 'vue', there is no prompt when typing in {}, but the rest of the code prompts are normal, I wonder why