Functionality which relies on msg.post and still needs autocomplete shortcuts

Yes, we can write our own versions of these but for these it’s not a good solution due to various reasons such as having to require multiple files in every script, which defeats some productivity. The less we have to look up when writing code the better. I do miss Editor 1’s autocomplete which had extra information too.

Post any you know of / notice

  • sound.play_sound("#sound", {options})
  • sound.set_gain("#sound", gain)

There are quite a few. Look at the “messages” section of each ref doc page. For instance, in go:

go.acquire_input_focus
go.release_input_focus
go.disable
go.enable
go.set_parent

Editor 2 code editor is lacking quite a lot, but it won’t stay like that forever. :slight_smile:

1 Like