You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Arduino 1.0.5 environment, which I've used for a long time, there is no 'autocomplete' behavior for things like adding a '}' 2 lines below where you are when you type '{' followed by a carriage return.
For fast-typists like me, and like this poster, it's extremelyirritating to have a hard-coded "feature" like this, getting in the way all of the time. And not being able to turnitoff is extremelyfrustrating.
A simple solution would be to include a new setting:
editor.autocomplete=false
that would disable all such featues. That way, the editor would behave as it did in 1.0.5 without getting in the way, and for those who like these features, it could be "on by default".