0

I usually use pycharm/idea for python and java etc and I often whack F4 to get to the declaration of a class or method. Intellij calls this "go to source" in the keymap editor.

I just recently installed Rider to do some c# work and immediately found F4 to not work. The key is still bound correctly but I end up having to use Ctrl+B to accomplish the same thing which I thought was super weird and annoying. Ctrl+B accomplishes the same thing in Pycharm and IDEA from what I can tell.

Does anyone know why F4 doesn't work in Rider for c# and how I might go about correcting this? Preferably without having to rebind keys.

4

1 回答 1

0

两者都CTRL+B适用F4于 Rider。但是它们在不同的上下文中可用。您需要同时使用两者来移动代码。

CTRL+B当光标位于代码中的符号上时(即在编辑器中)起作用。F4在调试器页面中查看快速文档时工作,即在编辑器之外。

于 2021-09-20T10:45:32.403 回答