NClass icon indicating copy to clipboard operation
NClass copied to clipboard

Generate folders for each namespace when generating code

Open gbaychev opened this issue 5 years ago • 2 comments

There should be a (sub)folder created for each namespace. Also there should be an option for the user to select whether or not he wants this. Suggested by @vishwas-trivedi in #6

gbaychev avatar Mar 24 '19 11:03 gbaychev

Classes with the same namespace would be put in a folder with the name of their namespace?

IsaiahDicristoforo avatar Dec 15 '19 04:12 IsaiahDicristoforo

Hello mate, sorry to be that slow with the response, but I was on a long vacation. Yes, this is the idea. E.g if you have a namespace A and namespace A.B, then you should have: A |- <classes belonging to namespace A> |- B     |-<classes belonging to namespace B>

gbaychev avatar Jan 11 '20 09:01 gbaychev