WordHighlight icon indicating copy to clipboard operation
WordHighlight copied to clipboard

Highlight all copies of the currently selected word.

Results 20 WordHighlight issues
Sort by recently updated
recently updated
newest added

This not an issue but an enhancement that would improve the user experience. Currently word highlight **is** key-sensitive. Please note in the example below 'text' is highlighted but not 'Text'...

# Hi! I dont actually have any issues, just wanted to say thanks you for this package - it really improved code readability when `highlight_word_under_cursor_when_selection_is_empty` is enabled. I like that...

Hey.. Is it possible to add a feature to Highlight in Multiple Views rather than just the selected view. Not this is not multi windows but multi views in the...

Great plugin, looking to tweak it so that it works like Vim match behavior. Is there a way to config WordHighlight to only highlight matches in Vintage mode or VintageEx...

I like to be able to specify a list of words to be ignored. This would improve the user experience. For some frequently occurring words highlighting does not make sense...

Check the following example ``` test_word = 'aa' if True: print( test_word) print(test_word) ``` The last `test_word` is properly highlighted when the `if` block es expanded, but not anymore when...

select_highlighted_next_word does not wrap to beginning of file. Perhaps add a setting for this?

How to setting up to leave current foreground color for every founded word and highlight only by bg?

![image](https://user-images.githubusercontent.com/916699/39958508-054b0548-55d2-11e8-9a23-3a1b5f8f860f.png) With the latest sublime changes to color schemes and how the default coloring works, you can see in the image the word selected using something like cmd+d or a...

> Sublime Text 3143 > Windows 10 x64 I first noticed this when attempting to select all text with Ctrl + A in the `__init__.py` file of the `keyboard` module....