Skip to content

Definition highlighted even with select_searched_symbol disabled #332

@mwean

Description

@mwean

When I jump to a definition, the matching text is highlighted:

image

Even though I thought I had disabled it in my settings:

# CTags.sublime-settings
{
  "debug": true,
  "autocomplete": true,

  "command": "/usr/local/bin/ctags",

  "tag_file": ".tags",

  "select_searched_symbol": false,

  "opts": [
    "--languages=ruby",
    "--exclude='**/stylesheets/*'",
    "--exclude='**/app/views/*'",
    "--exclude='**/bin/*'",
    "--exclude='**/db/*'",
    "--exclude='**/tmp/*'",
    "--exclude='**/log/*'",
    "--exclude='*.js'",
    "--exclude=.git",
    "--exclude='**/node_modules/*'"
  ]
}

Am I missing something, or is this a different behavior? Thanks!

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