blakeembrey / change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tipmaster opened this issue · comments

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?

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