Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Allow $SELECTION$ variable to create a snippet that surrounds code #200

@vjpr

Description

@vjpr

Similar to IntelliJ's Live Template Surround feature.

E.g. Template:

// ---
$SELECTION$
// ---

Select the following text and type keyboard shortcut...

test

Output

// ---
test
// ---

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions