Sauler / vscode-flax-snippets

All snippets for Flax development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flax Code Snippets

Features

All Flax code snippets you need. This extension intends to be the most complete collection of Flax snippets for Visual Studio Code.

It takes advantage of Visual Studio Code snippets features such as snippets transforms to create the code faster for you.

All the snippets

  • Game classes:

    • Script
  • Editor classes:

    • GenericEditor
    • CustomEditorWindow
  • Script Methods:

    • Awake()
    • OnEnable()
    • OnDisable()
    • OnDestroy()
    • Start()
    • Update()
    • LateUpdate()
    • FixedUpdate()
    • OnDebugDraw()
    • OnDebugDrawSelected()
    • OnCollisionEnter()
    • OnCollisionStay()
    • OnCollisionExit()
    • OnTriggerEnter()
    • OnTriggerStay()
    • OnTriggerExit()
    • OnJointBreak()
  • Some useful code snippets:

    • Debug.Log()
    • Debug.LogError()
    • Debug.LogWarning()
    • Debug.LogException()

If you have any suggestions, open an issue in the Github project page and I'll add it as soon as I can :).

Thanks you for downloading this extension.

About

All snippets for Flax development

License:MIT License