I'm using JetBrains Rider for C# in Unity.
When I add a missing using
statement, Rider sorts all namespaces alphabetically. However, I'd like a different sorting order.
I want using
statements for my own packages to be placed after those for standard packages like System
, Unity
, etc.
Is there a way to configure Rider to do this?
I found an option in Rider / Settings that force System* and Windows* to be at the beginning. But it doesn't place Unity packages at the beggining as well.