Skip to content
This repository has been 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 opened this issue Apr 17, 2016 · 0 comments

Comments

@vjpr
Copy link

vjpr commented Apr 17, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants