How to include environment variable in a snippet? #475
jimcornmell
started this conversation in
Ideas
Replies: 2 comments
-
Not if the snippet is defined in lsp-syntax, you'll have to use lua for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the quick response, I've created #476 for you. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is it possible to include any environment variable in a snippet definition json file eg
$HOME
:Not sure what the syntax would be
$HOME
or maybe$ENV['HOME']
or even$somefunc("HOME")
?Beta Was this translation helpful? Give feedback.
All reactions