#1513·Notepads

[Feature request] Brace, bracket, quote autocomplete and highlighting

Author: damasek-mCreated Jun 11, 2026Updated Jun 11, 2026

It would be great to have Auto completion and visual highlighting for braces, brackets and quotes.

Practically this means:

  • when I type brace/bracket/quote, it will automatically add corresponding closing one
  • when I position the cursor on any brace/bracket/quote, it will highlight it and the corresponding one (if exists)

This is very common feature of many code editors and is extremely useful also during taking regular text notes