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 option for each snippet as to whether it is expanded when spacebar, rather than tab is pressed #201

Open
@vjpr

Description

@vjpr

E.g.

a is<press-spacebar> b

becomes:

a === b

In the snippets.cson:

  '===':
    'prefix': 'is'
    'body': '=== '
    'activation-key': 'space'

This is similar functionality offered by IntelliJ Live Templates.

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