SrejonKhan / UnityCodeSnippets

Frequently used Unity code snippets for Visual Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Code Snippets for Visual Studio

Code faster with frequently used snippets. It is also a good first project to contribute.

How to -

  • Open Visual Studio 2019 or later
  • Go to Tools/Code Snippets Manager or press Ctrl+K, Ctrl+B.
  • Select CSharp from Language dropdown.
  • Click on Add button.
  • Select path of this repository in local storage.
  • Click OK.
  • Now while writing code, use any of these snippet keyword to use.

Available Snippets -

Snippet Functionality
cr A simple coroutine
dl Debug.Log()
dle Debug.LogError()
mt Private Method
pmt Public Method

Contribute

If you are interested to contribute more snippets, please proceed. Follow this Walkthrough to create a code snippet.

About

Frequently used Unity code snippets for Visual Studio.


Languages

Language:Vim Snippet 100.0%