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:
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
.RopeContrsaint
value0 = 2
when the suggestions are closed (press esc to close them) tab accepts the assist’s suggestion as you expect
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.