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
An additional case -- this does not autocomplete when typing on the last line of a file with Insert pair bracket. In that case, typing { does not add the semi-colon.
I would only expect this autocomplete action to be triggered when Insert pair bracket is true.
With the fix for #161, go to the Editor > General > Smart Keys settings, and disable the
Insert pair bracket
option.Given:
typing
{
gives:With the
Insert pair bracket
option enabled, I am seeing the correct behaviour as per the test case for this.Additionally, given:
typing
{
gives:With the
Insert pair bracket
option enabled, I get:The text was updated successfully, but these errors were encountered: