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

[Feature]: New triggers for autocomplete #39112

Open
1 task done
kocharrahul7 opened this issue Feb 7, 2025 · 0 comments
Open
1 task done

[Feature]: New triggers for autocomplete #39112

kocharrahul7 opened this issue Feb 7, 2025 · 0 comments
Assignees
Labels
Enhancement New feature or request IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product

Comments

@kocharrahul7
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Summary

We aim to create 3 new Autocomplete triggers to help users understand how bindings work, and make them more usable:

These should work across all code inputs.

  • Autocomplete on regular text

    When a user selects a binding, we will place the cursor at the end of the text, but before the close binding

    Screen.Recording.2025-02-07.at.2.02.08.PM.mov
  • Hotkey: ctrl + Space

    Use the hotkey ctrl + space to trigger the binding autocomplete (currently it is used to trigger the SQL autocomplete, but we will replace this. SQL autocomplete is already triggered when the user starts typing, we will use this hotkey to draw visibility to this autocomplete, and use it across all inputs

Why should this be worked on?

Triggering autocomplete for users is a great learnability tool to help them understand that you can connect different entities using javascript. These should help users understand and utilise bindings with ease

@kocharrahul7 kocharrahul7 added Enhancement New feature or request IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product
Projects
None yet
Development

No branches or pull requests

4 participants