Multi-Highlight for VS CodeMulti-Highlight is a Visual Studio Code extension for highlighting multiple words with different and customisable colours. It's designed to help keep track of multiple variables while auditing or understanding code. InstallationInstall through the Visual Studio Code Marketplace: https://marketplace.visualstudio.com/items?itemName=chrisjdavies.multi-highlight ExampleSee the following screenshot in which I've highlighted three different words to help clarify their use in the function being analysed: CommandsMulti-Highlight adds the following commands to the command palette:
Add, Remove and Toggle operate on the word currently under the cursor. ConfigurationTo configure the highlight colours, edit the The default list of colours is:
Colours can be specified by name or using HTML syntax: Key BindingsMulti-Highlight doesn't come with default key bindings, but I personally use the
following in my
Thanks
|