snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Allow option for each snippet as to whether it is expanded when spacebar, rather than tab is pressed

Open vjpr opened this issue 9 years ago • 0 comments

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.

vjpr avatar Apr 17 '16 04:04 vjpr