-
Notifications
You must be signed in to change notification settings - Fork 149
Labels
Description
Describe the feature
When passing a argument that takes a Literal["x","y","z"]
, it would be nice if Pyrefly could offer a completion for these options.
For instance, it would be nice if Pyrefly could offer the completion for "foo" here.

FYI the completion it offers currently is incorrectly.
- The offer:


Sandbox Link
(Only applicable for extension issues) IDE Information
No response
kinto0 and yangdanny97