Why doesn't sonic pi show autocomplete when using control command on synth for parameter change?

s = play 65
control s, note: 67

after typing “s,” on the 2nd line, no autocompletion pops up, am I missing something? thanks

Hi there,

unfortunately the GUI doesn’t have enough information to know which options are available to s so can’t offer autocompletion suggestions. Apologies.

Thanks Sam! This makes sense.