WildRikku
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
-
Created Can I change the preferred style of XML documentation?
Hi folks,when using Rider to code C# for Unity, entering three slashes above a method automatically creates summary start and end tags. However, when coding C++ for Unreal, entering three slashes d... -
Created Feature request: Unity UI Toolkit: Detect that serialised fields are used by UI Toolkit data binding
Hi Jetbrains team,I noticed that Rider reports “Serialised field … is never used” when the field is indeed used by a UI Toolkit data binding. It would be great if this was supported. I can understa... -
Created Rider wrongly reports and applies that an editorconfig is overriding line feed settings
Hi everyone,I can't stop Rider from removing newlines at the end of my files. It looks like it thinks the .editorconfig has “line feed at end of file” set to false, but that is not the case.This is... -
Created Identifier not available, possibly due to compiler optimizations, but optimization is off
Hi there,this is in Rider 2026.1 with C++ in Unreal Engine 5 on Windows. I can't figure out how to turn off compiler optimizations so I see all fields when debugging. I frequently stumble into “ide... -
Created Ideas to reduce clutter in tabs caused by C++ header and implementation files
Hi everyone,I'd like to share two ideas to reduce the tab cluttering caused by the fact that C++ uses separate files for headers and implementation. Maybe some of these are already in Rider, in tha... -
Created Is there a list of supported Doxygen tags for Rider C++?
Hi everyone,Rider supports a lot of DocBlock tags in Unity C#, but it seems to lack most of them in Unreal C++. By “support” I mean that it reads them and uses them for the quick documentation pop-... -
Created EditorConfig has * section that overrides others but cannot be changed within Rider?
Hi everyone,today I tried to figure out why trailing line breaks were removed from my C++ source files even though I had enabled trailing line breaks in code style settings and disabled removal of ... -
Created Where is the window layout stored? + question on default layout
Hello,I noticed that Rider can have one layout for all projects or one per project. I got a second screen and created a nice layout for one of my projects that uses both screens. I thought I might ... -
Created Odin: Possible wrong warning on invalid group path
Hello everyone,I noticed that Rider informs me on wrong paths in my Odin Inspector groups even though they work. I tried figuring out if they work but have wrong syntax, but all other ways to use t... -
Created Question or feature suggestion: Jump to event listener
Hi everyone,I often find myself looking at code where I invoke a C# event and want to check where it goes, meaning to the methods that have been attached to the event. I found two ways to do that:A...