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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Code hints are committed when pressing the Tab key, making it frustratingly difficult to align "=" or ":" in code.
For example, open brackets.js and scroll down to the brackets.test initializer (around line 145). Try adding a "Foo" field to the object. After typing "Foo", press Tab to move to the location to enter ":". Instead of simply moving over, the "Foo" gets changed to "FileViewController" and then the cursor is moved. Yes, you can undo. Yes, you can press escape to close the hints. Both of these get really annoying.
This can be a preference once we have a preferences UI. In the meantime, I think it's best to just turn it off.
The text was updated successfully, but these errors were encountered:
Code hints are committed when pressing the Tab key, making it frustratingly difficult to align "=" or ":" in code.
For example, open brackets.js and scroll down to the
brackets.test
initializer (around line 145). Try adding a "Foo" field to the object. After typing "Foo", press Tab to move to the location to enter ":". Instead of simply moving over, the "Foo" gets changed to "FileViewController" and then the cursor is moved. Yes, you can undo. Yes, you can press escape to close the hints. Both of these get really annoying.This can be a preference once we have a preferences UI. In the meantime, I think it's best to just turn it off.
The text was updated successfully, but these errors were encountered: