A sublime text 3 plugin for negating simple english sentences (3rd person present simple). Useful e.g. when writing test cases.
-
Install Package Control.
-
In Sublime, press ctrl+shift+p(Windows, Linux) or cmd+shift+p(OS X).
-
Type install, then press enter with Package Control: Install Package selected.
-
Type
NegateSentence, then press enter with theNegateSentenceplugin selected
or
Clone this repo to /Users/<your-user-name>/Library/Application\ Support/Sublime\ Text\ 3/Packages/
Move cursor over a quoted sentence and press ^ + ⌘ + ⇧ + n on Mac OS X or CTRL + SHIFT + ALT + N on Windows/Linux
Install UnitTesting plugin for sublime (https://github.com/randy3k/UnitTesting) and run ⌘ + ⇧ + P -> UnitTesting -> Package: NegateSentence
Check out a blog post about building the plugin here: https://mycodeworksiknowwhy.wordpress.com/2017/10/23/piszemy-rozszerzenie-do-sublime-text-3/
