File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33## [ Unreleased]
44### Fixed
55- ` TypedDict ` subclasses being displayed as a regular dict in type hints
6+ - Several bugs around ` async ` functions with type hints
7+ - Other minor type hints corrections
68
79## [ 0.3.0] - 2022-09-25
810### Added
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ Pretty much any expression is supported:
3737
3838<!-- Plugin description end -->
3939
40- ** Look at the examples below to see how it works.**
40+ ** Scroll to the demo at the bottom to see how it works.**
4141
4242## Settings
4343
4444### Parameter hints
4545
46- To disable them entirely, follow this path:
46+ To enable/ disable them entirely, follow this path:
4747
4848<kbd >Settings</kbd > -> <kbd >Editor</kbd > -> <kbd >Inlay Hints</kbd > -> <kbd >Parameter names</kbd > -> <kbd >Python</kbd >
4949
@@ -54,12 +54,13 @@ hide a hint if a parameter name is completely overlapped by its argument.
5454
5555### Type annotation hints (BETA)
5656
57- To disable them entirely, follow this path:
57+ _ Partially disabled by default._
58+ To enable/disable them entirely, follow this path:
5859
5960<kbd >Settings</kbd > -> <kbd >Editor</kbd > -> <kbd >Inlay Hints</kbd > -> <kbd >Types</kbd > -> <kbd >Python</kbd >
6061
6162There are two main options under this partition: ` Type annotations ` and ` Function return types ` .
62- Look at the demo screenshot to see them in work _ (last section)_ .
63+ Look at the demo screenshot below to see them in work _ (last section)_ .
6364
6465## Demo Screenshot
6566
You can’t perform that action at this time.
0 commit comments