Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Optional limitation of namespace parts #131

Open
exeC13 opened this issue Sep 1, 2022 · 0 comments
Open

[REQUEST] Optional limitation of namespace parts #131

exeC13 opened this issue Sep 1, 2022 · 0 comments

Comments

@exeC13
Copy link

exeC13 commented Sep 1, 2022

Optional limitation of namespace parts

On file-system level we have a more sophisticated structure than we want on a namespace-level. Even though this is a really old post it describes the issue (that still persists til today) pretty good.
When creating new files we do not want the namepsace to match the file-system structure, e.g.
namespace MyApp.MyModule.Filesystem.Export.Csv.Logic
but instead we would like
namespace MyApp.MyModule
when creating a new file in .\proj-dir\MyModule\Filesystem\Csv\Logic\

I see that the needs to limit the namespace-levels might differ so one would need an option to set a specfic / fixed level.

Now I am curious if you can see such a feature to be added to this extension? If we can agree on something I would gladly provide a corresponding PR.

Or is this request out-of-scope for this project?
Anyways: a nice extension. Thanks a lot for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant