language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

hope have autosuggest props feature when press space on children component tag

Open shaobeichen opened this issue 1 year ago • 2 comments

image

hope have autosuggest props feature when press space on children component tag.

e.g. interface will appear "msg" and "labels" when press space

shaobeichen avatar May 31 '24 17:05 shaobeichen

I am also looking for this feature. It used to work great with Volar. Official extension seems broken.

nawazishali avatar Jun 16 '24 16:06 nawazishali

Am I correct in assuming that you wish to get autosuggestions for props when pressing space only (without manually triggering suggestions)?

davidmatter avatar Aug 07 '24 06:08 davidmatter

The expected behavior is to be consistent with HTMl, if the HTML doesn't have this behavior, Vue will not implement it.

johnsoncodehk avatar Jul 05 '25 10:07 johnsoncodehk