Closed yyx1111 closed 1 week ago
Injections *aren't supported in vscode-textmate
but do work in VS Code.
Injections don't work in
vscode-textmate
but do work in VS Code.
Is there no solution?
This does seem to be a new-ish feature (which the project isn't readily adding). But queries to Vue documents actually break because source.stylus
isn't built into VS Code. I will fix and major bump the package.
In Vue, text interpolation cannot be resolved, such as
<span>Message: {{ abc.msg() }}</span>
, whereabc.msg()
cannot be parsed.