我使用Sublime text 3,build 3126。
当我选择带quick add next
的变量时,它会选择该单词的所有实例,而不管变量或字符串。
这是一个错误,还是我的设置刚刚关闭?
根据我的默认设置:
// Highlights other occurrences of the currently selected text
"match_selection": true,
答案 0 :(得分:0)
根据评论进行修改:
检查重构:https://github.com/s-a/sublime-text-refactor
你也可以 cmd +点击(在Windows上按住ctrl +点击)并手动选择变量,这不是理想的,但可能适用于适量的代码。< / p>
原始答案:
这就是它的工作原理,它不会根据文本内容按数据类型进行过滤。
见下文:
match_selection设置相同:
// Highlights other occurrences of the currently selected text
"match_selection": true,