[Feature]: New triggers for autocomplete #39112
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
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: