Skip to content
New issue

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

[Console Monaco migration] Fix autocomplete suggestions for request body #183421

Open
yuliacech opened this issue May 14, 2024 · 1 comment · May be fixed by #184032
Open

[Console Monaco migration] Fix autocomplete suggestions for request body #183421

yuliacech opened this issue May 14, 2024 · 1 comment · May be fixed by #184032
Assignees
Labels
Feature:Console Dev Tools Console Feature Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@yuliacech
Copy link
Contributor

After #182562 is merged, we need to fix following issues with the autocomplete suggestions for request body:

  • Insert correct conditional template (for example, when creating a snapshot repo, the template is different depending on the type of the repo)
  • Async suggestions (for example for fields) need to be correctly displayed after they are loaded from the backend
  • The property values need to be correctly suggested (for example for property explain the autocomplete should show true and false)
  • After inserting a template, we should ideally place the cursor in a position where the user would want to start typing. For example, when inserting an empty object as template {}, the cursor should be placed between curly brackets.
@yuliacech yuliacech added Feature:Console Dev Tools Console Feature Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages labels May 14, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label May 14, 2024
@lukasolson lukasolson added Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more and removed needs-team Issues missing a team label labels May 14, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@yuliacech yuliacech self-assigned this May 16, 2024
@yuliacech yuliacech linked a pull request May 22, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Console Dev Tools Console Feature Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants