Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.03 KB

File metadata and controls

28 lines (21 loc) · 1.03 KB

Jetbrains Live Templates for Entitas-CSharp

Hi,

I use Rider IDE for coding. And I noticed that there is no available live templates for Entitas or I couldn't find it. So I've created these code templates and want to share them.

Setup

  1. Download the settings file
  2. Open JetBrains Rider
  3. Choose File | Import Settings from the menu.
  4. Choose the settings.zip file that you downloaded
  5. In the Import Settings dialog, select the Live templates checkbox and click OK.

If you have an issue with importing these settings, follow the instructions from JetBrains Rider's official website: https://www.jetbrains.com/help/rider/Sharing_Live_Templates.html#import

Abbreviations

To generate template codes use the abbreviations below then press TAB:

  • e_clean : CleanUp System
  • e_comp : Component
  • e_exec : Execute System
  • e_feat : Feature
  • e_init : Initialize System
  • e_react : Reactive System
  • e_tear : TearDown System