You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Mike ONeill
Posted - Apr 12 2007 : 07:02:46 AM How do I set up to format the look of a refactored method
The Auto Text tremplate looks like
Private Sub $SymbolName$( $ParameterList$ )
$MethodBody$
End Sub
when I select Extract Method I get the dialog for MyMethod , the preview in the grey shows
bool MyMethod(Dim param As New param, ByVal processID As Int32, ByVal processStepID As Int32, ByVal parameterTypeID As Int32, ByVal active As processID, ByVal processStepID As Int32, ByVal parameterTypeID As Int32, ByVal active As processStepID, ByVal parameterTypeID As Int32, ByVal active As parameterTypeID, ByVal active As active)
Private Sub MyMethod( Dim param As New param, ByVal processID As Int32, ByVal processStepID As Int32, ByVal parameterTypeID As Int32, ByVal active As processID, ByVal processStepID As Int32, ByVal parameterTypeID As Int32, ByVal active As processStepID, ByVal parameterTypeID As Int32, ByVal active As parameterTypeID, ByVal active As active )
Posted - Apr 16 2007 : 08:06:41 AM Unfortunately no. This thread will be updated when this bug is fixed, letting you know which build contains the fix.
Mike ONeill
Posted - Apr 16 2007 : 01:16:43 AM Does build 1553 fix this , I have just downloaded to try
feline
Posted - Apr 12 2007 : 11:22:00 AM Unfortunately Extract Method in VB.NET is currently broken: