When writing out Instance.new, autocomplete will attempt to fill the instance name I’m trying to insert. However when I’m done with the name and add quotes and parenthesis, it sticks around and prevents me from making a new line.
Edit:
When writing out Instance.new, autocomplete will attempt to fill the instance name I’m trying to insert. However when I’m done with the name and add quotes and parenthesis, it sticks around and prevents me from making a new line.
Edit:
I’m not able to reproduce this. Must I have auto-parentheses enabled?
It happens when you have Format On Type, Auto Closing Brackets, Auto Closing Quotes, Skip Closing Brackets and Quotes, and Enable Autocomplete enabled.
I’m also experiencing this when I have Auto Closing Brackets
or Format On Type
in Studio settings enabled:
When it’s disabled:
It’s incredibly disruptive. Also if I don’t initially notice it when typing I have to spend time debugging errors which show up during play testing (doesn’t show up in the script analysis window because it’s correct syntax in some cases).