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.
- Download the settings file
- Open JetBrains Rider
- Choose File | Import Settings from the menu.
- Choose the
settings.zip
file that you downloaded - 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
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