I'm trying to switch from MacVim to VSCode and I use VSCode Vim extension. The most annoying thing I found so far is: if I search with /
command - I can't disable a highlighting of search results.
Could you pls help me to find a way how to hide search result highlighting after I've done with search?
Use :noh in command mode to clear.
You can enable / disable semantic highlighting in the VS Code settings. Press F1 to open the command window, and then enter "Open Settings (UI)". Search "semantic" to find the Editor>Semantic Highlighting item . Set the value to true to enable semantic highlighting; otherwise set it to false .
To customize the keywords and other stuff, command + , (Windows / Linux: File -> Preferences -> User Settings) open the vscode file settings. json . Toggle the highlight, default is true. Whether the keywords are case sensitive or not.
Alternately, you can also just set vim.hlsearch
to false.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With