lookup C# symbol in razor

This commit is contained in:
Matt Parker
2025-10-11 15:50:47 +10:00
parent 5667c3e846
commit 9e75f6d22a
2 changed files with 55 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ public static class SymbolInfoComponents
label.Pop();
label.AddText(" ");
label.AddStaticModifier(methodSymbol);
label.AddText(" ");
label.AddMethodReturnType(methodSymbol);
label.AddText(" ");
label.AddMethodName(methodSymbol);
@@ -61,6 +60,7 @@ public static class SymbolInfoComponents
label.PushColor(CachedColors.KeywordBlue);
label.AddText("static");
label.Pop();
label.AddText(" ");
}
}