nette-intellij / intellij-latte

Latte plugin for IntelliJ IDEA platform
MIT License
113 stars 22 forks source link

Autocompletion for brackets {, [, ( #183

Open martinbohmcz opened 2 years ago

martinbohmcz commented 2 years ago

Is your feature request related to a problem? Please describe. When I type a opening bracket in Latte, such as {, [, (, it gets automatically auto-completed with its counter-part. But when I do this by accident and try to delete it by Backspace {the same process I do in PHP files) the closing bracket remains.

Describe the solution you'd like The supposed behavior is that it does the same as in PHP files => the closing bracket is deleted as well.