Replies: 2 comments 7 replies
-
Ah, yeah, that's still a WIP 😅 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Like this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of my favourite snippets I used with ultisnips was this
It meant that as I typed out the name of a function with spaces, the snippet replaced the spaces with underscores on the fly, meaning I can just freely type out the name of a snake_case function without having to insert underscores. I'm struggling to recreate this with LuaSnip. I figured it might be some combination of function nodes and insert nodes but for the life of me I can't get it to work. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions