CTags icon indicating copy to clipboard operation
CTags copied to clipboard

Definition highlighted even with select_searched_symbol disabled

Open mwean opened this issue 6 years ago • 1 comments

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!

mwean avatar May 03 '18 22:05 mwean

+1

zydeon avatar Aug 25 '18 18:08 zydeon