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

Implement creation of separate source files for each partial class definition #2

Open
monoman opened this issue Apr 14, 2016 · 1 comment

Comments

@monoman
Copy link
Contributor

monoman commented Apr 14, 2016

pattern: classname-suffix.cs expect for the original source containing the first members partial

Where suffix could possibly be:

  • 'partialnnn' where nnn is a self-incremented counter (padded with zeros on the left)
  • 'identifier' where identifier is the name of the first member in the file or have some UX to let the user fill in the identifier
@monoman
Copy link
Contributor Author

monoman commented Aug 5, 2016

Partially solved with RC1 - via Move partial to new source file

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

No branches or pull requests

1 participant