Skip to content

Commit 5f91195

Browse files
committed
Update README.md
1 parent fdb1ddc commit 5f91195

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ To 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

50-
But you can also switch specific parts in that menu: `Class hints`, `Function hints`, and `Lambda hints` to
50+
But you can also switch specific parts in that menu: `Class hints`, `Function hints` to
5151
enable/disable them individually.
52+
Additionally, there's an option to avoid redundant hints more aggressively, called `Hide overlaps`, which is used to
53+
hide a hint if a parameter name is completely overlapped by its argument.
5254

5355
### Type annotation hints (BETA)
5456

@@ -57,9 +59,8 @@ To disable them entirely, follow this path:
5759
<kbd>Settings</kbd> -> <kbd>Editor</kbd> -> <kbd>Inlay Hints</kbd> -> <kbd>Types</kbd> -> <kbd>Python</kbd>
5860

5961
There are two main options under this partition: `Type annotations` and `Function return types`.
60-
Look at the demo screenshot to see them in work.
62+
Look at the demo screenshot to see them in work _(last section)_.
6163

6264
## Demo Screenshot
6365

6466
![](.github/readme/demo_screenshot.png)
65-

0 commit comments

Comments
 (0)