Thesaurus
Thesaurus copied to clipboard
Select word beneath cursor
If cursor is in the middle of a word, but that word is not selected run Thesaurus on that word (by selecting that word first automagically).
Currently a quick panel is shown which requests the user to select a word.
Solution:
Add this line to thesaurus.py right before the comment "# process our selected word"
self.view.run_command("expand_selection", {"to": "word"})