-
Notifications
You must be signed in to change notification settings - Fork 676
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
VS2022 Python Fonts and Colors Customization Regression from VS2019, Defies Microsoft Documentation #7082
Comments
Pylance is now responsible for determining identifiers, operators, functions, etc. Are there still options in VS to change the colors of these things? If so, we might need to look to see if we are wiring these up correctly when they come back from pylance so VS can change their colors. |
(and those docs need to be updated with VS2022 UI) |
We didn't provide tmThem file along with TextMate grammar. tmTheme file is used to map the scopes defined in TextMate grammars (e.g. keyword.operator.logical.python) to VS standard color names that are customizable via Tools/Options/Fonts and Colors. |
The Python display items supported in vs2019 are:
|
It has been one and a half year since this issue was raised. I have noticed that many duplicated issues were opened and closed for the same question. This may be a common issue that lots of user desire to solve. And, this function works well in VS 2019 and in VS code. Looking forward to fixing this issue soon! Best wishes! |
Thanks for raising this issue! PTVS VS 2022 documentation has been updated to exclude these color setting options for now. This should address the documentation mismatch raised in this issue. More investigation is needed to see which code coloring settings can be added to VS 2022. |
Describe the bug
VS2022 Python Fonts and Colors Customization Regression from VS2019, Defies Microsoft Documentation. No IDE syntax categories at all. Just broad spectrum Interactive colors.
Steps to Reproduce
1.Consult Documentation:
https://docs.microsoft.com/en-us/visualstudio/python/editing-python-code-in-visual-studio?view=vs-2022
2. Read this section:
"To customize the colors, go to Tools > Options > Environment > Fonts and Colors and modify the Python entries in the Display items list:"
3. Observe how VS2022 does not conform to documentation
Expected behavior
I would love for Python Syntax highlighting to work like VS2019, and/or to conform to Microsoft's own documentation
Additional context and screenshots
[Add any other information such as screenshots, error message, or stack trace]
I will attach documentation and reality.
The text was updated successfully, but these errors were encountered: