Skip to content

Commit 32154fd

Browse files
JessicaJHeeangelozerr
authored andcommitted
Add inlay hint documentation
Signed-off-by: Jessica He <[email protected]>
1 parent 6d0e167 commit 32154fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/qute/TemplateSupport.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,11 @@ When the template is used in a Quarkus application and it is bound with a Java T
103103
In this case, you don't need to declare parameter declaration to benefit from Qute completion, validation, etc. of the Java data model.
104104

105105
CodeLens are clickable to jump to the proper Java type, method or field.
106+
107+
## Inlay Hint for Qute
108+
109+
Qute support displays the Java type of the parameter names as an inlay hint.
110+
111+
![Inlay Hints for Qute](images/QuteTemplateInlayHint.gif)
112+
113+
All inlay hints can be turned off by disabling `qute.inlayHints.enabled` in settings. To remove inlay hints on section parameter types only, disable `qute.inlayHints.showSectionParameterType` in settings.
167 KB
Loading

0 commit comments

Comments
 (0)