We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627db43 commit 36286e0Copy full SHA for 36286e0
src/PowerShellEditorServices/Services/TextDocument/Handlers/InlayHintHandler.cs
@@ -68,7 +68,7 @@ from s in symbolReferences
68
Position = new Position(
69
s.ScriptRegion.StartLineNumber - 1,
70
s.ScriptRegion.StartColumnNumber - 1),
71
- Label = s.Type.ToString()
+ Label = "TypeGoesHere:" //Fixme: Get the type of the symbol
72
};
73
74
return new InlayHintContainer(inlayHints);
0 commit comments