ktxpy icon indicating copy to clipboard operation
ktxpy copied to clipboard

Feature Request: Auto-Bracket Completion Support when you use keyboards

Open thisames opened this issue 8 months ago • 1 comments

Expected Behavior:

  • When typing an opening bracket ([, {, (), the editor should automatically insert the closing counterpart and position the cursor between them

  • When typing a closing bracket that already exists at the cursor position, the editor should skip over it instead of inserting a duplicate

  • When selecting text and typing an opening bracket, the selected text should be wrapped with the bracket pair

  • Should work for quotes (", ') as well

thisames avatar Apr 20 '25 09:04 thisames

@PsiCodes I figured out why the tar.gz libraries are not installed. This problem is because you did not install C++ with Python.

HanzoDev1375 avatar Sep 19 '25 11:09 HanzoDev1375