Which edition of the DevExpress toolset are you using?
* CodeRush (pro)
Which version of the DevExpress toolset are you using?
- 11.1.4
Which version of Studio are you using?
* VS2010
What OS?
*Win7
64bit
Which community plugin(s) are you attempting to use?
CR_DeclareParameter
What steps will reproduce the problem? 1. Public Sub Test() Dim lvariable As String = testparameter<<Caret>> End Sub 2. Choose declare parameter
What is the expected output? What do you see instead? I get a function like this: Public Sub Test() Dim testparameter As String = String.Empty Dim lvariable As String = testparameter End Sub
Following the option 'Promote to parameter' is available, but it should immediately execute that.
Comment #1
Posted on Jun 30, 2011 by Helpful BearOk Checkout Build 1881
Status: Fixed
Labels:
Type-Defect
Priority-Medium