Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Sauler/vscode-flax-snippets

Repository files navigation

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.