Currently, pressing CMD+D
is selecting partial matches, regardless of Find panel's "whole word" or "case sensitive" toggles.
Example:
job.findJob('something');
job.done();
If I select job
and press CMD+D
with the Find panel visible and "whole word" and "case sensitive" enabled, unfortunately the Job
in findJob
gets added to my selection.
How can I instruct Sublime Text to respect the Find panel's flags?