Script Editor Autocomplete: Tab selecting the suggestion instead

I do not know if this is a bug or just missing a setting but when I press tab it selects the suggestion rather than the autocomplete. I tried also pressing enter and space, same thing.
It’s just a minor feature but helps me script faster.

Here’s my studio setting:

1 Like

it works slightly not this way

first of all you most likely have
code assist: auto-trigger enabled

so the transparent .RopeContrsaint you see is the assist’s guess
like value0 = 2 in this case


but when suggestions are visible tab switches between them

when the suggestions are closed (press esc to close them)
tab accepts the assist’s suggestion as you expect
image

1 Like

Ohh okay, I get it. Thank you, I appreciate the help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.