Skip to content

Commit 621a410

Browse files
committed
Document some more features
1 parent 6eba502 commit 621a410

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,22 @@ index.
6565

6666
Press `Ctrl-P #` to quickly navigate to a symbol by name.
6767

68+
### Hover and inlay hints
69+
70+
Clangd can describe almost any entity if you hover the mouse (or press Ctrl-KI).
71+
72+
![Hover and inlay hints](doc-assets/hover.png)
73+
74+
Inlay hints for parameters and deduced types can be shown temporarily or
75+
permanently (the `editor.inlayHints.enabled` setting controls this).
76+
6877
### Include management
6978

7079
Code completion works across your codebase and adds `#include` directives where
7180
needed. The `` shows includes that will be inserted.
7281

73-
clangd can also suggest inserting missing #includes, where they cause errors.
82+
clangd can suggest inserting missing #includes, where they cause errors.
83+
It can [warn on unused includes](https://clangd.llvm.org/guides/include-cleaner).
7484

7585
![Fix inserts include](doc-assets/include.png)
7686

doc-assets/hover.png

60.6 KB
Loading

0 commit comments

Comments
 (0)