-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add semantic syntax higlighting similar to pylance #237
Labels
enhancement
New feature or request
Comments
Do you know if what you're referring to is Pylane's semantic highlighting feature? |
That seems to be exactly what I was referring to. |
MichaReiser
changed the title
Coloring modules, classes, generics and functions like PyLance
Add semantic syntax higlighting similar to pylance
Sep 5, 2023
MichaReiser
added
enhancement
New feature or request
question
Further information is requested
and removed
question
Further information is requested
labels
Sep 5, 2023
This was referenced Apr 3, 2024
Is there any news about this feature? |
probably blocking on red knot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This is an enhancement proposal. Just wanted to know if it will be at all possible to color imported modules, classes (when they're used in type annotations), generics, and functions like VSCode PyLance does, or if it is out of the scope of this project.
Without PyLance:
With PyLance:
I feel like this can be very helpful to distinguish between what's being imported object is a class or a generic/type alias at a glance.
The text was updated successfully, but these errors were encountered: