v2019.2 for Rider 2019.2 and ReSharper 2019.2
·
42 commits
to 192
since this release
Note: this release is for informational purposes only. This release is bundled with Rider 2019.2, and available to download from the Extension Manager for ReSharper 2019.2 (2019.2.0.72)
Added
- Add completion and inspections for scenes, tags, layers and inputs (#1158)
- Add quick fix which specifies scene name when several scenes with the same name are present in build settings (#1158)
- Add new file and live templates (#1201)
- Add context action to generate event function in any Unity type (#1209 )
- Add context actions to add Inspector attributes
Space
,Header
andTooltip
to serialised fields (#1244) - Add context actions to initialise component field or property in
Start
orAwake
(#356, #608, #1259) - Add context action to add
RequireComponent
attribute for component field (#608, #1259) - Add Find Unity Usages of Symbol to Navigate To menu (#1209)
- Add inspection for duplicate shortcut items in a menu attribute (#1246)
- Rider: Add Inspector values as part of serialised field Code Vision (#1226)
- Rider: Add quick fix to add or enable scenes to build settings (#1158)
- Rider: Add "Show in Unity" action to Unity YAML file notifications (#1236)
- Unity Editor: Correctly detect Rider installed via snap (#1215)
Changed
- Improve performance of YAML based asset parsing (#1226, RIDER-30186, #1256)
- Generate event function body according to settings (#1236)
- Classes implementing editor interfaces no longer marked as unused (#686, #1167)
- Remove syntax errors in ShaderLab files from Solution Wide Error Analysis (#1268)
- Rider: Show asset usage count in Code Vision (#1209)
- Rider: Show event function method summary docs in Code Vision tooltip (#1206)
- Rider: Improve handling of
[UnityTest]
attribute (#1224) - Rider: Notification about saving during play mode moved from startup to first modification in play mode (#1263)
- Unity Editor: Improve performance of editor plugin reload (#1197, #1221)
Fixed
- Fix filtering of event function code completion in ReSharper (#1245, DEXP-454736, #1255)
- Fix error parsing ShaderLab properties with empty parameter list (#1267)
- Rider: Disable automatic cleanup of Unity messages in Rider (RIDER-26880, #1217)
- Rider: Fix presentation of unit tests with similar name (#526, #1214)
- Rider: Fix exception checking process ID in Unity run configuration (RIDER-28743, #1223)
- Rider: Fix focus issues when opening a file and Rider is minimised (#1100, #1262)
- Unity Editor: Fix generation of MDB files (#1155, #1182)
- Unity Editor: Fix double refresh of assets on save all (#1253 #1254)
See also the Rider 2019.2 milestone.