vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.79k stars 390 forks source link

Missing scoped class matching right before `~` or `[` #4678

Closed KazariEX closed 1 month ago

KazariEX commented 1 month ago

Vue - Official extension or vue-tsc version

2.0.28

VSCode version

1.92.0-insiders

Vue version

3.5.0-alpha.5

TypeScript version

5.5.4

System Info

No response

Steps to reproduce

<template>
  <div class="foo bar"></div>
</template>

<style scoped>
.foo[data-v] {}
.bar~a {}
</style>

What is expected?

Document links for "foo bar".

What is actually happening?

Nothing.

Link to minimal reproduction

No response

Any additional comments?

No response