Skip to content

Doesn't suggest dynamic props #16

@Rigo-m

Description

@Rigo-m

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions