ecode icon indicating copy to clipboard operation
ecode copied to clipboard

Smarter brackets and tags completion

Open Curculigo opened this issue 1 year ago • 1 comments

Currently, it will blindly insert the closing brackets and tags without considering the context.

Curculigo avatar Jul 26 '24 16:07 Curculigo

This is not easy and I don't think there's a way to implement it perfectly. Even with the context you cannot always infer the user intention, that's why I personally don't like most auto-close features (except for auto-close tags that it actually saves you time). There's currently some very basic logic to avoid auto inserting extra close brackets on some cases but it will not be enough. More info in issue #121.

SpartanJ avatar Jul 27 '24 23:07 SpartanJ