File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,22 @@ index.
65
65
66
66
Press ` Ctrl-P # ` to quickly navigate to a symbol by name.
67
67
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
+
68
77
### Include management
69
78
70
79
Code completion works across your codebase and adds ` #include ` directives where
71
80
needed. The ` • ` shows includes that will be inserted.
72
81
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 ) .
74
84
75
85
![ Fix inserts include] ( doc-assets/include.png )
76
86
You can’t perform that action at this time.
0 commit comments