We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current problems with suggestions:
The text was updated successfully, but these errors were encountered:
The idea is to have CodeFieldOverlay widget that has:
CodeFieldOverlay
CodeController controller
CodeField child
CodeField
CodeFieldOverlay listens to controller and can show and hide the popup.
controller
To disable suggestions, CodeField should be created without CodeFieldOverlay.
To customize the suggestion box, one can copy our CodeFieldOverlay and make it show any other box.
Later we can add overlay builders to CodeFieldOverlay to simplify customization further.
Sorry, something went wrong.
yescorp
Successfully merging a pull request may close this issue.
The current problems with suggestions:
They cannot be disabled, Allow autocomplete to be disabled #206Cannot be closed by Escape, Please make the code completion popup closable with ESC #219The text was updated successfully, but these errors were encountered: