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

Move method to partial #48026

Open
vsfeedback opened this issue Sep 24, 2020 · 1 comment
Open

Move method to partial #48026

vsfeedback opened this issue Sep 24, 2020 · 1 comment
Labels
Area-IDE Feature Request Need Design Review The end user experience design needs to be reviewed and approved.
Milestone

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


Add function to Code refactoring. The function is like:
split class to partial classes and make them in a folder.
Just like the Winform partial classes.
Form1.cs/Form1.Designer.cs are in a folder
we need this function sometimes, especially when we create many tabpages,
we want to split the Main class(like Form1.cs) to Form1.tabPage1.cs, Form1.tabPage2.cs, ...


Original Comments

Jane Wu [MSFT] on 8/22/2019, 02:21 AM:

Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We’ll provide an update once the issue has been triaged by the product team.

@mikadumont mikadumont changed the title Split Class to Partial Classes And Make them In a folder Move method to partial Sep 24, 2020
@mikadumont
Copy link
Contributor

  1. Offer to move a method to a partial class if it already exists
  2. Create a new partial class if one does not already exist

@jinujoseph jinujoseph added Area-IDE Feature Request Need Design Review The end user experience design needs to be reviewed and approved. labels Oct 6, 2020
@jinujoseph jinujoseph added this to In Queue in IDE: Design review via automation Oct 6, 2020
@jinujoseph jinujoseph added this to the Backlog milestone Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Feature Request Need Design Review The end user experience design needs to be reviewed and approved.
Projects
Status: In Queue
IDE: Design review
  
In Queue
Development

No branches or pull requests

3 participants