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
Hi, not sure if you saw it, but now Kibana (Elasticsearch UI) uses HJSON for the Vega visualizations! And almost immediately I have started receiving requests to add autocomplete support to the ACE editor. The most straightforward (IMO) way to do it would be to use a JSON schema - and simply look up allowed values at each point. Can you think of a good way to add that to HJSON? I saw a PR (a bit stale) for the ACE's JSON autocomplete using Microsoft's intelisense library - I wounder if we can use the same approach? https://github.com/ajaxorg/ace/pull/2885/files
The text was updated successfully, but these errors were encountered:
Hi, not sure if you saw it, but now Kibana (Elasticsearch UI) uses HJSON for the Vega visualizations! And almost immediately I have started receiving requests to add autocomplete support to the ACE editor. The most straightforward (IMO) way to do it would be to use a JSON schema - and simply look up allowed values at each point. Can you think of a good way to add that to HJSON? I saw a PR (a bit stale) for the ACE's JSON autocomplete using Microsoft's intelisense library - I wounder if we can use the same approach? https://github.com/ajaxorg/ace/pull/2885/files
The text was updated successfully, but these errors were encountered: