-
I have search enabled for flash. When I search something, flash jumping characters are also displayed in the blink menu: exclude = {
"<blink.cmp menu>",
}, to exclude it in the flash config. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@xian-wen You can exclude the Blink CMP menu from Flash by adding these entries to your exclude = {
"blink-cmp-menu",
"blink-cmp-documentation",
"blink-cmp-signature",
} These correspond to different components of the Blink CMP menu, including the main menu, documentation, and signature help. |
Beta Was this translation helpful? Give feedback.
-
when i do this my whole search bar is gone and not working properly... |
Beta Was this translation helpful? Give feedback.
@xian-wen You can exclude the Blink CMP menu from Flash by adding these entries to your
exclude
list in the Flash config:These correspond to different components of the Blink CMP menu, including the main menu, documentation, and signature help.