'Redo button or shortcut does not work in Visual Studio 2022

When I try to CTRL + Y or to click on any of the redo buttons they do nothing. Just for more info I have Resharper + NCrunch, do not know if Resharper could make the problem somehow.

Thanks for your help.

I tried this solution but does not work.



Solution 1:[1]

It's GitHub Copilot.

See #14027 on GitHub's Discussions: VS2022 - Redo doesn't work when the Copilot extension is enabled.

You'll have to disable the extension to fix it.

When Visual Studio is acting up, first run devenv.exe /safemode to start it without any extensions. If it works, restart and disable the most recently installed extension.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 CodeCaster