Ctrl+R, Ctrl+R command not working

后端 未结 16 1146
逝去的感伤
逝去的感伤 2021-02-01 00:08

I\'m attempting to use the Ctrl+R, Ctrl+R command within Visual Studio 2008 to rename a variable. I get an error message at the bott

16条回答
  •  無奈伤痛
    2021-02-01 00:58

    All the answers above are well and good but this error also comes up in one more instance.


    You start debugging your test script written for the project , the project stops at breakpoint .

    If at this point , you try any operation on code , you will get the error similar to : "The key combination (Ctrl+R, Ctrl+R) is bound to command (&Rename...) which is not currently available."

提交回复
热议问题