Skip to content

1.3 for ReSharper 2016.2

Compare
Choose a tag to compare
@citizenmatt citizenmatt released this 26 Sep 16:13
· 6807 commits to master since this release

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 and CancelInvoke (#41)

    invoke_completion

  • Auto-suggest message handler completion when creating methods

    auto_complete_message

  • Message handler descriptions for methods and parameters displayed in tooltips and QuickDoc

  • "Read more" in QuickDoc navigates to Unity API documentation

    quickdoc

Previous release notes