akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

Allow autocomplete to be disabled #206

Closed dsyrstad closed 1 year ago

dsyrstad commented 1 year ago

It would be really helpful to be able to disable autocomplete. There seems no way to do it now. When editing a json language document, the autocomplete suggestions are usually unhelpful.

It'd also be great to be able to dismiss the autocomplete pop-up with the Escape key.