16

In Sublime Text, if you double-click a word in file, all occurrences of that word are highlighted on the page, giving at-a-glance orientation of how a variable or other text is used in the file.

Is there an equivalent shortcut in the Atom text editor?

Feckmore
  • 906

1 Answers1

25

I found this Atom package called highlight-selected I have been using it since a few days ago and it's working like a charm!

To install it, go to the command line and do:

apm install highlight-selected

Make sure to restart Atom and boom!

mcKain
  • 366