Unity Code SnippetsCreate Unity classes and methods easily.
Features
All the Unity code snippets you need. This extension intends to be the complete collection of Unity snippets for Visual Studio Code. It takes advantage of latest Visual Studio Code snippets features to create the code faster for you. MonoBehaviourCreate game classes like EditorCreate Editor classes like ScriptableObjectYou never remember the property that goes with the InstallationAs in any Visual Studio Code Extension you have several options to install:
ConfigurationStarting at version To configure the extension, open VSCode Settings and search for "Unity Code Snippets". Note that after changing any of the settings, you need to restart VSCode to apply them to the snippets. StyleThe indentation style for the snippets. For now you can choose between K&R (the default for 1.x version) and Allman (default to C#/Unity). If you need a different one, please leave an issue or upvote an existing one at the project issues bord. Default: K&R styleAllman styleUse Private KeywordAdds the No private keywordAll the snippetsStart typing the names to create the corresponding snippets.
If you have any suggestion, please don't give the extension a bad review. Instead, open an issue in the Github project page and I'll try to add it when/if possible. If you like the color theme of the previews, you can download it here: Base16 Ocean Dark Extended Theme. Thank you for downloading this extension. If you like the extension, please rate it with 5⭐. And, if you are feeling especially kind today, also leave a kind comment: Review this Extension. |