Syntax highlighting plugin for general purpose, free multibody analysis software MBDyn input files.
By default, Atom assigns to the Tab
key both the snippets:next-tab-stop
and the snippets:expand
commands. This leads to a rather clumsy way of navigating through snippets tab stops using nested snippets and standard Atom autocompletion. My suggestion is to change the binding of snippets:next-tab-stop
and snippets:previous-tab-stop
.
Just as an example, my configuration in the keymap.cson
file is
'atom-text-editor:not([mini])':
'cmd-tab': 'snippets:next-tab-stop'
'shift-tab': 'snippets:previous-tab-stop'
Autocompletion at work in the definition of a structural node: