Releases: Garethp/Rider-RimworldDevelopment
Releases · Garethp/Rider-RimworldDevelopment
2023.4
2023.3.3
Rider
Bug Fixes
- Adding a missing
key
to the settings page inplugin.xml
- Changed the class for Rider's DocumentationProvider for the change in Rider 2023.3
Massive thanks to @feldoh and @LinnielDW for reporting this error
ReSharper
The only changes affect Rider, so there's no ReSharper release for this version
2023.3.2
2023.3.1
- Fixed a rare crash when the plugin was completely unable to find Rimworld
- Fixed automatic Rimworld detection when Rimworld is installed through Steam on the C: drive
- Fixed some false positives on error checking in XML
- Added more mod folders to the XML Project that gets added automatically
Version 2023.3
Rider
- Rimworld XML will now exist as it's own project
- Mods that your mod depends on will be automatically loaded (including Core and DLC)
- Added some new problem analyzers to catch simple typing errors in Rimworld XML
- Enabled spell checking for XML
- Add a new Settings Page to allow a user to manually configure their Rimworld location
- Enables automatic smart completion for XML in Visual Studio, although it's broken entirely in ReSharper 2023.2
ReSharper
- Added some new problem analyzers to catch simple typing errors in Rimworld XML
- Add a new Settings Page to allow a user to manually configure their Rimworld location
- Enables automatic smart completion for XML in Visual Studio, although it's broken entirely in ReSharper 2023.2
2023.2.1
2023.2
2023.2
- Add a Run Configuration for Rimworld
- On Windows, running the above configuration in Debug Mode will automatically copy in files from UnityDebug and attach the debugger to the Rimworld process
- Add a new Rimworld Mod template to the New Solution screen