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

Definition highlighted even with select_searched_symbol disabled #332

Open
mwean opened this issue May 3, 2018 · 1 comment
Open

Definition highlighted even with select_searched_symbol disabled #332

mwean opened this issue May 3, 2018 · 1 comment

Comments

@mwean
Copy link

mwean commented May 3, 2018

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!

@zydeon
Copy link

zydeon commented Aug 25, 2018

+1

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