R# 3 feature request
Lets have method:
void DoSomething(int param1, bool param2, long? param3)
Select code block of all params (from int param1 -> long? param3) a run
some new R# feature in "Refactor this" -> "introduce struct from
params" which creates new struct object with properties from selected
params and theirs types, like:
public struct NewStruct
{
public int param1;
public bool param2;
public long? param3;
}
--
Peter Sulek
terrorix@centrum.sk
XanaNews ver. 1.18.1.6
Please sign in to leave a comment.