File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,22 @@ index.
6565
6666Press ` 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
7079Code completion works across your codebase and adds ` #include ` directives where
7180needed. 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
You can’t perform that action at this time.
0 commit comments