本文介绍了偷看定义(Alt + F12)在Visual Studio中不再执行任何操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Goto Defnition与键一起正常工作时,
Peek Definition的热键 + 不再起作用.
如何恢复 + 功能?

While Goto Defnition works as expected with key ,
the hotkey + for Peek Definition no longer does anything.
How do I restore + functionality?

推荐答案

一个原因是Nvidia GeForce Experience在侦听Alt + Z时截获Alt按键,这是Nvidia ShadowPlay的激活开关.

One cause of this is Nvidia GeForce Experience intercepting Alt presses while listening for Alt+Z, which is the activation toggle for Nvidia ShadowPlay.

我通过打开GeForce Experience并转到设置"->共享"->关闭"来解决此问题.

I fixed this by opening GeForce Experience and going Settings -> Share -> Off.

(激活屏幕录制作为练习供读者使用.)

(Activating screen recording is left as an exercise for the reader.)

这篇关于偷看定义(Alt + F12)在Visual Studio中不再执行任何操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 05:31