1.3 for ReSharper 2016.2
Please install from the Extension Manager (ReSharper → Extension Manager)
See milestone v1.3.
Updates:
-
ReSharper 2016.2 support. Thanks @cmcpasserby! (#44, #46)
-
Added support for messages for all Unity classes, not just
MonoBehaviour
. Thanks @swalex, @rorydriscoll! (#20, #29, #44) -
External annotations to improve ReSharper's analysis, e.g. implicit usage and nullability of
Component.gameObject
. Thanks @bigbadtrumpet! (#34, #13, #15, #23, #42, #43) -
Code completion, find usages and rename support for
Invoke
,InvokeRepeating
andCancelInvoke
(#41) -
Auto-suggest message handler completion when creating methods
-
Message handler descriptions for methods and parameters displayed in tooltips and QuickDoc
-
"Read more" in QuickDoc navigates to Unity API documentation