Show inferred Python types as Inlay Hints using folds (while we wait for Displaying inlay hints for inferred types).
- Shows inferred type for any variable
- Works on nested generic collection types
Showing and hiding types is done using the default folding commands:
- Show all the types
- "Collapse All" (ctrl/cmd + shift + -)
- "Uncollapse All" (ctrl/cmd + shift + +)
- Hide all the types
- "Uncollapse All" (ctrl/cmd + shift + +)
Python Inlay Hints in folds | Python Inlay Hints Demo |
---|---|