Open
Description
In all modern and self-respecting IDEs (aka VSCode, CLion, etc) there is a feature that surrounds a selected text with brackets or quotes when you type an opening bracket or quote: (, {, [, <, ", '
. It is an extremely useful feature for those people who value their time.
I would say it is the only thing I'm missing in Eclipse since Eclipse CDT has a Bug 431534 in its Surround with...
feature which prepends unwanted spaces for ${word_selection}
and so that can be considered as inapplicable.