gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
902 stars 79 forks source link

autocompletion of most recent method is annoying #95

Open ianhattwick opened 1 year ago

ianhattwick commented 1 year ago

After executing a method, the next time you type in the object name it autocompletes with the previous method:

f = Freesound(577698, {maxvoices:8})
f.note.seq([7,6,5], 1/4)
f.pan = 1

//typing f. here will autocomplete f.pan

I can't imagine this is intentional, and would be nice to be fixed

charlieroberts commented 1 year ago

agreed, this has been bugging me for a while...