language-tools
language-tools copied to clipboard
hope have autosuggest props feature when press space on children component tag
hope have autosuggest props feature when press space on children component tag.
e.g. interface will appear "msg" and "labels" when press space
I am also looking for this feature. It used to work great with Volar. Official extension seems broken.
Am I correct in assuming that you wish to get autosuggestions for props when pressing space only (without manually triggering suggestions)?
The expected behavior is to be consistent with HTMl, if the HTML doesn't have this behavior, Vue will not implement it.