While developing packages with Rider IDE, I noticed that there is no option to specify a root namespace for the package.
So the IDE constantly reminds me: “Namespace does not corrospond to file location, should be: Packages.TLD.DOMAIN.PROJECT” whereas my root folder is like “TLD.DOMAIN.PROJECT”.
It would be great if we could specify a default root namespace in .asmdef files like “TLD.DOMAIN” and then IDE knows thats how I want it.
I am unsure if similiar issue exists in Visual Studio.
If you have suggestions for Unity integration improvements for Rider, you have to tell RIder, not Unity. They read and handle feature requests on the integration’s Github page, here.
Is there anyway you guys could collobrate with intellij/rider team?
It would be cool if there would be a way to specify the namespace in asmdef, but this file is unity standard so I think it would depend on unity team if they ever would want to add such a property?