vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.78k stars 390 forks source link

[bug] the autocomplete functionality does not seem to be working properly in newly created Vue files. #4440

Closed 2giosangmitom closed 3 months ago

2giosangmitom commented 3 months ago

Code completion is not working properly when creating new Vue files in VS Code. When opening a fresh Vue file, the auto-complete suggestions do not appear as expected when typing within the <script> or other tags. The Vue language features provided by the official Vue extension seem to not be initializing for new files. Closing and reopening the files and VS Code as suggested did not resolve the issue. This prevents efficient editing of Vue components, since inline documentation and predefined templates are not available during coding. The issue needs to be investigated to ensure code completion is functioning correctly for Vue development in VS Code.

davidmatter commented 3 months ago

Same as https://github.com/vuejs/language-tools/issues/4424

so1ve commented 3 months ago

Duplicate of #4424