0

Detect closing brace (like parenthesis).

Socapex 2K fa 11 anys 0

It would be an immense plus if Sublime Text could detect if you are closing a brace, skip adding the brace and position your cursor in the next text block. For example:


{

something(); } <-- The editor should detect that this brace is already closed.

}

<-- The editor should move your cursor here instead of adding a new brace.