blakeembrey / change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
MIT License
2.21k stars 92 forks source link

Access to system specific variables beyond file name like package name, date etc #299

Closed tipmaster closed 9 months ago

tipmaster commented 1 year ago

This may be possible already and if so apologies for missing it in the documentation. For the files I create I would want to interpolate variables like package name, date etc like I can with standard VSCode snippets. I understand I can do custom variables. Using the standard snippet syntax for these such as ${CURRENT_DATE} did not yield any success. Is this theoretically supported and if so how?

blakeembrey commented 9 months ago

This doesn't appear to be related to this repo.