Using selected text in UltiSnips snippets

Share:

Listens: 0

Vimcasts

Technology


When UltiSnips is triggered from Visual mode it captures the selection and makes it available to our snippets. We can then insert the selection unchanged with the $VISUAL placeholder, or we can use UltiSnips Python interpolation to transform the text before inserting it back into the document.