WordHighlight icon indicating copy to clipboard operation
WordHighlight copied to clipboard

WordHighlight key-sensitive

Open feland207 opened this issue 2 years ago • 1 comments

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' sample

### Expected behavior: highlight both 'text' and 'Text'

I was searching over but couldn't find any specific to this enhancement. This could be done with a package setting i.e:

"highlight_key_sensitive" : false

### My environment: Sublime Text version: 4143 MacOS ventura 13.2.1

### Word Highlight.sublime-settings { "draw_outlined" : true, "mark_occurrences_on_gutter" : true, "highlight_when_selection_is_empty" : false, "highlight_word_under_cursor_when_selection_is_empty" : true, }

feland207 avatar Mar 18 '23 12:03 feland207

there is

	"case_sensitive": false,

in the settings which for me works and does exactly what you're looking for.

simonspa avatar May 31 '23 19:05 simonspa