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
I tried using the auto completion features here, rather than just pasting in the YAML dictionary. This worked fine, except in the case where I was entering a new dict and hadn't typed anything yet. I would've expected a way to see the available fields for that dict without having to first type a character (like popping up automatically before I hit tab).
The text was updated successfully, but these errors were encountered:
#1576)
Summary: This diff 1) makes it so that the config schema panel appears on brand new Config Editor tabs (previously you had to type a character of a valid key and then it would appear.) and #2) adds a small note to the schema panel that says "Ctrl+Space to show auto-completions inline." There may be better messaging for this but I think knowing that shortcut exists is a game changer and we should get it in ASAP.
Test Plan: Updated snapshots
Reviewers: #ft, schrockn
Reviewed By: #ft, schrockn
Subscribers: schrockn
Differential Revision: https://dagster.phacility.com/D1509
@Eronarn
I tried using the auto completion features here, rather than just pasting in the YAML dictionary. This worked fine, except in the case where I was entering a new dict and hadn't typed anything yet. I would've expected a way to see the available fields for that dict without having to first type a character (like popping up automatically before I hit tab).
The text was updated successfully, but these errors were encountered: