-
-
Notifications
You must be signed in to change notification settings - Fork 148
Special check when autocompleting brackets #372
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlow_priorityThis label is for issues that have less prority for now.This label is for issues that have less prority for now.qcodeeditorIssue related to QCodeEditorIssue related to QCodeEditor
Milestone
Description
hello i'm back
Is your feature request related to a problem? Please describe.
Let's say | is the cursor.
If I pressed the ( key when the context is | a, I would probably want it the bracket to be autocompleted into () a.
However, if I press the ( key when the context is |a (directly adjacent to the a), I would not want the bracket to be autocompleted. In other editors like VSCode, this is how it behaves like, so it should also behave like this here.
Describe the solution you'd like
See above.
I know this is probably better suited to be in the QCodeEditor repo, but I'm putting it here for bookkeeping.
Describe alternatives you've considered
N/A
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlow_priorityThis label is for issues that have less prority for now.This label is for issues that have less prority for now.qcodeeditorIssue related to QCodeEditorIssue related to QCodeEditor