You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: crates/ide/src/inlay_hints.rs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,7 @@ pub struct InlayHint {
67
67
//
68
68
// * return types of closure expressions with blocks
69
69
// * elided lifetimes
70
-
//
71
-
// **Note:** VS Code does not have native support for inlay hints https://github.com/microsoft/vscode/issues/16221[yet] and the hints are implemented using decorations.
72
-
// This approach has limitations, the caret movement and bracket highlighting near the edges of the hint may be weird:
0 commit comments