Skip to content

Instantly share code, notes, and snippets.

@kim-codes
Created December 1, 2016 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kim-codes/7c2e5e9674a2aab41d518a7ecd906173 to your computer and use it in GitHub Desktop.
Save kim-codes/7c2e5e9674a2aab41d518a7ecd906173 to your computer and use it in GitHub Desktop.
editor = atom.workspace.getActiveTextEditor();
wordToSearch = editor.getSelectedText();
if(!wordToSearch){
wordToSearch = editor.getWordUnderCursor();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment