Reporter | David Gardiner (flcdrg) |
---|---|
Created | Feb 6, 2012 4:00:13 AM |
Updated | Feb 6, 2012 4:00:13 AM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Language - Build Scripts |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
I would like a feature where you can select suitable elements in an MSBuild file, and be offered an option to extract those elements to a new file (eg. .proj or .targets) and replace the original selection with an <Import project="" /> element.
The extract refactoring would only be active for selections at the 'top' level of an msbuild file - eg. only for elements under the root <Project> element.
This would be analogous to the C# 'extract to method' refactoring.
The extract refactoring would only be active for selections at the 'top' level of an msbuild file - eg. only for elements under the root <Project> element.
This would be analogous to the C# 'extract to method' refactoring.