Auto SnippetThis extension automatically inserts a predefined snippet when a file is created, or an empty file is opened. This allows templates for classes etc. to be inserted with all the benefits of placeholders and regular expressions, etc. ConfigurationThere is one configuration setting which maps filename globs (or language IDs) to snippet names. For example, to match a typescript filename in any folder, use one of the following:
You can also specify an array of commands to execute after inserting the snippet. Note: The commands are not executed synchronously. If no snippet is configured, the commands are still run. Example:
Note: The patterns are matched in order of definition. The first one that matches will be used. Use F1, Preferences: Configure User Snippets to configure your snippets. For more information on configuration snippets, see here. Output ChannelThere is also an output channel which can be enabled via the settings. This can be used to check pattern matches, etc. InstallingYou can install the latest version of the extension via the Visual Studio Marketplace here. Source CodeThe source code is available on GitHub here. CreditsIcon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY. |