Closed rainbowechoes closed 3 months ago
Thanks. I'm glad you like the tool.
I'll investigate why the rename shortcut isn't working.
I tested the extension with the latest Visual Studio 2022 and it worked as expect in both Text Editor and Solution Explorer. Check that both shortcuts are assigned to Shift+F6 in Tools->Options->Keyboard.
I also updated my visual studio to the latest version, but I can't input the shortcut keys. like this:
To input all the shortcuts for the IntelliJ mapping, load them from the menu items. Tools->Keyboard Shortcuts-> Load Shortcuts->IntelliJ IDEA
You should get a dialog that shows all the shortcuts that will be imported.
And once you've imported them, you should find them showing in the Settings box (Tools->Options; Environment->Keyboard)
yeah, that's exactly what I did.
but I can't input Shift
to shortcut keys, but others are OK, like Esc
or Ctrl
. very wired.
I suspect the problem is not with the imported shortcuts. It sounds like you have an issue with the Shift key. Perhaps your keyboard is broken. Maybe the issue is only with SHIFT+(Fnc-keys). Try testing the shift key with other keys, like Shift+A. Try using the shift key inside the editor. Try it outside VS.
If you can't verify the shortcuts in the "Press shortcut keys" box, try using the "Show commands containing" box. Search for "Refactor.Rename" and select the item when it's found. Drop down the "Shortcuts for selected command:" field and you should see "Shift+F6 (Text Editor)"
I'm sure my SHIFT is OK. because CTRL + SHIFT + F shortcut is working.
I did some tests, like this:
the both of keyboard are not Microsoft keyboard. I remember CTRL + ALT + S and SHIFT + F6 are working on company Microsoft keyboard, but not sure. I will check it when I go to company.
maybe Microsoft hope us to use their keyboard, or it's an issue of VS.
I use a Logitech keyboard and the shortcuts work for me.
There might be another application on your machine that is taking control of some shortcuts. There are some Microsoft Office global shortcuts that interfere. And also Nvidia has some global shortcuts that interfere. Maybe you have Nvidia on your desktop. Check the settings and look for shortcuts.
I have know the reason, it's microsoft input problem. the new microsoft input will use Shift + f6 shortcuts. if you want to make the shortcuts can work, you must to open the capability mode, like this:
this problem have existed for a long time, it's discovered from 2023, still not fixed up to now.
after I open the capability mode, the jetbrains ide, visual studio and vs code works perfect
Hi Justcla,
you create a very useful and wonderful project. but when I used this extension, I met a problem.
I chose the IntelliJ IDEA settings, and the key shortcuts of rename also changed to
Shift + F6
, but when I use this shortcut, it don't work. but the others can work. I don't know why, could you help me?