LoginSignup
6

More than 3 years have passed since last update.

Rider/ReSharperのUnity向けLive Template

Last updated at Posted at 2019-10-13

Riderで提供されているUnity向けのLive TemplateをGifで紹介します。

一覧は、reshaper-unityのGitHubリポジトリから。

sfield

UnityEngine.SerializeFieldアトリビュートがついたprivateなフィールドを作るライブテンプレート。

キーワードはsfield

sfield.gif

sprop

UnityEngine.SerializeFieldアトリビュートがついたprivateなフィールドをバッキングフィールドとして持つプロパティ作るライブテンプレート。

キーワードはsprop

sprop.gif

cor

コルーチン用のIEnumeratorを返すメソッドのライブテンプレート。

キーワードはcor

cor.gif

reqcomp

UnityEngine.RequireComponentを付与するライブテンプレート。

キーワードはreqcomp

reqcomp.gif

assetmenu

UnityEditor.CreateAssetMenuアトリビュートを付与するライブテンプレート。

キーワードはassetmenu

assetmenu.gif

menuitem

UnityEditor.MenuItemアトリビュートを付与するライブテンプレート。

キーワードはmenuitem

menuitem.gif

log系

UnityEngine.Debug.Logなどのライブテンプレート。

キーワードはlogなど。

log.gif
logwarn.gif
logerr.gif
logex.gif
logvar.gif

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6