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

Vue - Official v2.0.19 Cannot automatically complete @ events, such as click events #4395

Closed CTRGKA25 closed 1 month ago

CTRGKA25 commented 4 months ago

image

CTRGKA25 commented 4 months ago

vetur can image

christhofer commented 4 months ago

It is working fine for me

image

Plugin: Vue - Official v2.0.19

Package.json ```json "dependencies": { "@unocss/eslint-config": "^0.60.2", "@vueuse/core": "^10.9.0", "axios": "^1.6.8", "date-fns": "^3.6.0", "nanoid": "^5.0.7", "pinia": "^2.1.4", "vue": "^3.3.4", "vue-router": "^4.2.4" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.2", "@stylistic/eslint-plugin": "^2.1.0", "@tsconfig/node18": "^18.2.0", "@types/node": "^18.17.0", "@vitejs/plugin-vue": "^4.2.3", "@vue/eslint-config-typescript": "^11.0.3", "@vue/tsconfig": "^0.4.0", "autoprefixer": "^10.4.19", "eslint": "^8.45.0", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-vue": "^9.15.1", "npm-run-all": "^4.1.5", "postcss-nested": "^6.0.1", "typescript": "~5.1.6", "unocss": "^0.60.2", "vite": "^4.4.6", "vue-tsc": "^2.0.19" } ```
VS Code Version: 1.89.1 (user setup) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:13:33.891Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621
CTRGKA25 commented 4 months ago

Version: 1.89.1 (user setup) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:13:33.891Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631

davidmatter commented 1 month ago

Closing this one as many things have changed in the last 2.x versions. Feel free to create a new issue with a minimal reproduction if you're still having issues, thanks!