How to change default class scope from internal to public when reformatting?
When I reformat the code, the non explictly scoped classes get scoped to internal. How do I make the default scope public? I couldn't find the setting for this.
Please sign in to leave a comment.
Hello,
The non-explicitly-scoped classes are already scoped to internal even before
you reformat. Reformatting just makes this fact show up. You can turn this
off somewhere in R# options, but the classes will be internal in either case.
Making them public is not an option for reformat because it actually changes
their scope from internal to public, which a mere reformat is not entitled
to do.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”