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
Add ability to perform code completion when entering in Boa programs.
See: ajaxorg#110 See: https://github.com/ajaxorg/cloud9/tree/master/plugins-client/ext.codecomplete
Autocomplete is now in Ace, but doesn't quite work how we would want.
An example of modifying to make it how we want is for HTML: https://github.com/ajaxorg/ace/pull/1497/files
The text was updated successfully, but these errors were encountered:
Although this can still be improved upon, the basics are now in place.
Sorry, something went wrong.
No branches or pull requests
Add ability to perform code completion when entering in Boa programs.
See: ajaxorg#110
See: https://github.com/ajaxorg/cloud9/tree/master/plugins-client/ext.codecomplete
Autocomplete is now in Ace, but doesn't quite work how we would want.
An example of modifying to make it how we want is for HTML:
https://github.com/ajaxorg/ace/pull/1497/files
The text was updated successfully, but these errors were encountered: