Skip to content

WordHighlight key-sensitive #86

Description

@feland207

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions