hediet / browser-ext-github-monaco

This extension brings the famous Monaco editor to Github
https://chrome.google.com/webstore/detail/monaco-markdown-editor-fo/mmpbdjdnmhgkpligeniippcgfmkgkpnf?hl=de&authuser=0
259 stars 32 forks source link

Is it possible to prevent autocomplete/autosuggest for plain english words? #24

Closed tnorthcutt closed 3 years ago

tnorthcutt commented 3 years ago

I love this extension! But, I've noticed that it pops up autocomplete suggestions for what seem like regular words, for lack of a better term.

The README mentions "Autocompletion for issues, mentions and emojis.", so I would not expect the behavior I'm observing. Here's a gif displaying the behavior:

CleanShot 2021-03-01 at 13 07 41

I didn't find any configuration options page or anything that would allow changing this.

Happy to help/provide more information however I can!

hediet commented 3 years ago

Fixed with #25, just uncheck "word based suggestions".

image