Describe the Bug
from dataclasses import dataclass
@dataclass
class A:
a: int
b: int
match a:
case A(a=a, b=b): # (a)
...
It would be nice for LSP to suggests 'a' and 'b'.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response