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

Add support for nested namespaces #5487

Open
skillmaker-dev opened this issue Apr 24, 2024 · 0 comments
Open

Add support for nested namespaces #5487

skillmaker-dev opened this issue Apr 24, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@skillmaker-dev
Copy link

skillmaker-dev commented Apr 24, 2024

Proposal

I think it would be a great feature to have, nested namespaces make it easier to represent packages or namespaces in which classes reside, and it should be possible either by creating a namespace inside another namespace or by separating namespaces with a dot like this namespace example1.example2.example3 {}

Example

for example in PlantUML, nested packages or namespaces can be represented like this package foo1.foo2.foo3 { class Object }

Screenshots

The previous example will be represented in this way in plantUML:
image

@skillmaker-dev skillmaker-dev added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant