Open
Description
It would be really handy to have an option for arg lists in snippets to be divided by \newline, like this:
SinOscFB.kr(
freq: 440.0,
feedback: 0.0,
mul: 1.0,
add: 0.0
)
instead of this:
SinOscFB.kr(freq: 440.0, feedback: 0.0, mul: 1.0, add: 0.0)
However, it would be a bit unfortunate if this would have to be set globally, so if there is a way to select this behavior per snippet would be very, very nice.
Another thing I was thinking about, which may merit its own issue, is that most of the time I would like to keep the argument descriptor when punching in values. Now they disappear when I write in. This is something I would be happy to set globally. Maybe this is already possible? I am using UltiSnips with Deoplete....
EDIT: Sorry about the bug label, not sure how to get rid of it....