Open kovetskiy opened 4 years ago
Hi.
Do you mean a feature that makes it possible to just expand the whole snippet without having to advance through all the ${*:}
?
Take this snippet as an example. As of now, as I understand it. With snippets.nvim we would have to advance 3 times for succesful expansion. (practically press the advance/expand keybinding 4 times just to get the snippet with default values)
["if"] = U.match_indentation [[
if(${1:banana == mango}, {${2:"\n\tyeah!".postln}}, {${3:"\n\tbuuh!".postln}})
]];
Hi, do you have any plans to implement a feature for automatically expanding snippets? For example, snippet
cl
would automatically convert toclass <HereAutomaticallyObtainedClassNameFromFileName>
.