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