[ESQL] Improve the typing experience #144296
Labels
enhancement
New value added to drive a business result
Feature:Unified search
Unified search related tasks
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
In order to improve the experience of our users with ESQL we would like to add the following features into our code editor (monaco)
Syntax parsing (antlr is a good choice here)
Autocomplete while typing (dataviews, fields, commands)
When we have the ES API
_validate
, we could also call it when the user stops typing to validate the query (as long as the syntax is correct)The text was updated successfully, but these errors were encountered: