Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordHighlight key-sensitive #86

Open
feland207 opened this issue Mar 18, 2023 · 1 comment
Open

WordHighlight key-sensitive #86

feland207 opened this issue Mar 18, 2023 · 1 comment

Comments

@feland207
Copy link

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,
}

@simonspa
Copy link

there is

	"case_sensitive": false,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants