I tried googling for this but I didn't have any luck. Is there an autocomplete extension for chrome for spelling? Just like in Eclipse when I type
System.out.pri
then CTRL+SPACE it will bring up a menu with print
, println
, etc.
I want this as an extension for chrome, but instead of for programming words, just for english words. E.g. I type
isol
and then CTRL+SPACE and it will bring up a menu with words that start with "isol" (e.g. isolated).
So does this already exist or will I have to write it myself?