Skip to content

[Feature request] automatically close brackets and quotes even when no text is selected #272

@BachiMjavanadze

Description

@BachiMjavanadze

Please add in your extention the ability to automatically close brackets even when no text is selected.

Automatic brace completion does not works properly in Visual Studio IDE:

vs-img

but VSCode does this job correctly:

vscode-gif

I would disable Visual Studio IDE standard behavior:

image

and enable your extension's option. I suggest to add into settings one more option:

AutomaticalyCloseAnyBraces: true/false

enabling this option should cause automatically close open braces: (), {}, []

mouse cursor should be between braces: (|), {|}, [|]

to avoid incorrect behavior angle brackets should not auto close:

if(a<>b)

P.S. Please do it also for double quotes "|" and single quotes '|'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions