Rename issue
I've such a function in one of my classes :
myFunction(MYCLASS Myclass)
When i press F2 to rename name of paremeter; Resharper suggests me myclass but continue button is disabled and display an icon on right-top corner :(
Also while it displays rename popup, I've open my browser to submit this bug; when i go back to VS.Net and clicked on popup it enables continue button ??!
Please sign in to leave a comment.
It's known bug in build 215. Fixed.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I've come across with this issue on build 217 ??!
Also; On build 217 I've see the following bug :
for function :
When i press F2 to rename parameter and type 'myClass', it renames Class also; that is finally my function became something like :
:(