Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't suggest dynamic props #16

Open
Rigo-m opened this issue Apr 29, 2021 · 0 comments
Open

Doesn't suggest dynamic props #16

Rigo-m opened this issue Apr 29, 2021 · 0 comments

Comments

@Rigo-m
Copy link

Rigo-m commented Apr 29, 2021

If I start writing <my-component .. intellisense works fine and tells me the props of that component, but if I want to have auto-complete on v-bound props it doesn't work.

If these are my component props:

  /** My first prop */
  prop1: Number,
  /** My second prop */
  prop2: Number
  }

I'd like this: <my-component : to suggest and auto-complete :prop1 and :prop2. Is it feasible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant