Ilya Seletsky
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited clang format export not respecting settings?
I created a C++ code formatting style I use with my unreal engine project.I use the “Write current style to .clang format” and set it to use Rider Formatter and Read Code Style from .clang-format f... -
Created Had to restart Rider after adding new header files and paths
I added a new class with a new subdirectory and header. Rider wouldn't see the new include path until I restarted Rider. Regenerating the solution didn't help while Rider was open. -
Created Debugger not printing nice object names
In visual studio, when you look at UObjects, UClasses, etc... it prints out that name. In Rider it just shows that it's a class of type UObject, or AActor, or and there's no nice way to see the nam...