I want to add Icons (like VSCode) in suggestion on the k(keyword), v(variable).
I tried searching with suggest keyword on coc-settings.json as well on duckduckgo.com. But nothing found to change the icon.
I want to add Icons (like VSCode) in suggestion on the k(keyword), v(variable).
I tried searching with suggest keyword on coc-settings.json as well on duckduckgo.com. But nothing found to change the icon.
You can custom the kind label with
suggest.completionItemKindLabels
.Check
:h coc-config-suggest-completionItemKindLabels
.