You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
I tried to add autocomplete to editor like in examples on ace page ace homepage (when i press ctrl+space i see variants from snippets)
by following instructions on ace wiki page
but it would't work well: jsfiddle
(i can`t see autocomplete box, but can select one of the variants by using arrow keys)
The text was updated successfully, but these errors were encountered:
Here is an example using ace-ui with autocomplete. You need to include the ext-language_tools.js file, and then require it when the editor loads. You then need to wire up the properties.
I tried to add autocomplete to editor like in examples on ace page
ace homepage (when i press ctrl+space i see variants from snippets)
by following instructions on ace wiki page
but it would't work well: jsfiddle
(i can`t see autocomplete box, but can select one of the variants by using arrow keys)
The text was updated successfully, but these errors were encountered: