https://github.com/ulastosun/unity-code-snippets-for-visual-studio
Visual Studio code snippets for Unity specific methods, statements, etc.
https://github.com/ulastosun/unity-code-snippets-for-visual-studio
code-snippets unity unity3d visual-studio-code-snippets
Last synced: about 2 months ago
JSON representation
Visual Studio code snippets for Unity specific methods, statements, etc.
- Host: GitHub
- URL: https://github.com/ulastosun/unity-code-snippets-for-visual-studio
- Owner: UlasTosun
- Created: 2021-12-29T12:13:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:34:14.000Z (5 months ago)
- Last Synced: 2025-05-07T12:56:14.843Z (about 2 months ago)
- Topics: code-snippets, unity, unity3d, visual-studio-code-snippets
- Language: Vim Snippet
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Code Snippets for Visual Studio
This repository includes more than 25 Visual Studio code snippets for Unity specific methods, statements, etc.
Visual Studio has its own built-in code snippets for commonly used C# features, however developers such as me need Unity specific code snippets for faster coding. So, I have created a couple of snippets for Unity, I hope you guys like them!
**[You can find a guide which demonstrates how to import code snippets to Visual Studio in here.](https://docs.microsoft.com/en-us/visualstudio/ide/walkthrough-creating-a-code-snippet?view=vs-2022#import-a-code-snippet)**
Each snippet has its own shortcut which starts with "u". Additionally, you can change shortcuts by editing the line ```uTheShortcut``` in the .xml (.snippet) files.