Transform and regex in Code Snippets in VSCode - Docs
问题 I need list of transormations, like downcase, upcase, capitalize. Where is the list of such? Good documentation. 回答1: The official documentation is snippets grammar. It shows the transforms but only provides one example. The built-in transforms are /upcase or /downcase or /capitalize or /pascalcase /pascalcase was added by a commit on October 2, 2018 but hasn't made it into the documentation (as of June, 2019). It works to do this: some-file-name.js => SomeFileName // or another separator