You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried restarting VS Code or running Vetur: Restart VLS
Info
Platform: Linux
Vetur version: 0.36.0
VS Code version: 1.70.0
Problem
Intellisense is not able to identify this attributes
Reproducible Case
Simply creating a project in ts with vue-cli triggers the problem. In js though, the problem dont occour:
Vue CLI v5.0.8
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, TS, Linter, Unit
? Choose a version of Vue.js that you want to start the project with 3.x
? Use class-style component syntax? No
? Use Babel alongside TypeScript (required for modern mode, auto-detected
polyfills, transpiling JSX)? Yes
? Pick a linter / formatter config: Prettier
? Pick additional lint features: Lint on save
? Pick a unit testing solution: Jest
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated
config files
? Save this as a preset for future projects? No
example working with js use vue-cli
Vue CLI v5.0.8
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, Linter, Unit
? Choose a version of Vue.js that you want to start the project with 3.x
? Pick a linter / formatter config: Prettier
? Pick additional lint features: Lint on save
? Pick a unit testing solution: Jest
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated
config files
? Save this as a preset for future projects? No
The text was updated successfully, but these errors were encountered:
estevaoem
changed the title
Intellisense not able to identify class attributes
Intellisense not able to identify class attributes on typescript
Aug 26, 2022
Vetur: Restart VLS
Info
Problem
Intellisense is not able to identify
this
attributesReproducible Case
The text was updated successfully, but these errors were encountered: