display for all interface completions
This commit is contained in:
@@ -14,7 +14,7 @@ public partial class SharpIdeCodeEdit
|
||||
var texture = (symbolKind, typeKind, accessibility) switch
|
||||
{
|
||||
(SymbolKind.Method, _, _) => _csharpMethodIcon,
|
||||
(SymbolKind.NamedType, TypeKind.Interface, _) => _csharpInterfaceIcon,
|
||||
(_, TypeKind.Interface, _) => _csharpInterfaceIcon,
|
||||
(SymbolKind.NamedType, _, _) => _csharpClassIcon,
|
||||
//SymbolKind.Local => ,
|
||||
//SymbolKind.Property => ,
|
||||
|
||||
Reference in New Issue
Block a user