Code tooltip has no syntax highlighting #16025
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
verified
Verification succeeded
Milestone
Environment data
python.languageServer
setting: "Jedi"Expected behaviour
When hovering over code and a tooltip appears, the code in that tooltip will have syntax highlighting.
Example on Windows:
Actual behaviour
Tooltip has no syntax coloring.
Steps to reproduce:
temp.py
with the following content:isinstance
The text was updated successfully, but these errors were encountered: