This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Intellisense tooltip applies text formatting on source code #17
Closed
Description
Environment data
- VS Code version: 1.25.1
- Extension version (available under the Extensions sidebar): 2018.7.0
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.0
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
- Relevant/affected Python packages and their versions: NA
Actual behavior
The tooltip applies text formatting to the displayed code, e.g. wrapping text in underscores italicizes it.
Expected behavior
The tooltip shows the code as it is written in the source.
Steps to reproduce:
- Use the mypy linter
- Define a variable in a class, using
self
, with underscores in its name - Assign a type to the variable with a type hint
- Hover over it to see the Intellisense tooltip