braces.ts
3.59 KB
-
Editor: Ignore closing brace when it was added by editor (#21172) · 6ac53a13
* Editor: Ignore closing brace when it was added by editor - brace completion gets annoying if the user still types closing brace - this change marks automatically added closing braces and when the user types a closing brace at that position, it will be overridden instead of added * Fix label suggestions * Correct brace behavior, but broken completion * Rewrite auto-match detection with annotations
David committed