I use IntelliJ for my blog based on markdown files. I miss code-like highlighting, where all identical words get automatically illuminated everywhere else in that file. Similar to how identical functions or variables are highlighted under caret placement.
For example, if my file content is "The quick brown fox jumps over the brown dog" and my caret is currently at "brown" or "the" -- two words should be illuminated.
How to configure IntelliJ to automatically highlight all identical words in a markdown file?
After a more thorough research, I found a plugin named BrowseWordAtCaret
[1][2]. It is the closest thing to my use case.
This plugin allows to easily browse next/previous word at caret and highlight other appearances of selected word.