Skip to content

Commit 77ffe13

Browse files
committed
Smaller inlay hints
This makes things a lot more readable but isn't officially supported by vscode: microsoft/vscode#9078 Inspired by Visual Studio, IntelliJ and Resharper.
1 parent 85cda15 commit 77ffe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
6161
backgroundColor: bg,
6262
fontStyle: "normal",
6363
fontWeight: "normal",
64-
textDecoration: "none",
64+
textDecoration: ";font-size:smaller",
6565
},
6666
}),
6767
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {

0 commit comments

Comments
 (0)