Skip to content

Commit 05c37ff

Browse files
committed
Update changelog and readme
1 parent 28860fa commit 05c37ff

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6162
There 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

0 commit comments

Comments
 (0)