fix(telescope): add enums and consts to search symbols (#1512)
This commit is contained in:
1 parent
b25559d397
commit
b220e54159
1 file changed
+4
@@ -138,6 +138,8 @@ return {
|
|||||||
"Trait",
|
"Trait",
|
||||||
"Field",
|
"Field",
|
||||||
"Property",
|
"Property",
|
||||||
|
"Enum",
|
||||||
|
"Constant",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
desc = "Goto Symbol",
|
desc = "Goto Symbol",
|
||||||
@@ -156,6 +158,8 @@ return {
|
|||||||
"Trait",
|
"Trait",
|
||||||
"Field",
|
"Field",
|
||||||
"Property",
|
"Property",
|
||||||
|
"Enum",
|
||||||
|
"Constant",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
desc = "Goto Symbol (Workspace)",
|
desc = "Goto Symbol (Workspace)",
|
||||||
|
|||||||
Reference in new issue
Block a user