CLion: 键盘 cmd 在头文件和实现文件之间切换,如 xcode 中所示

在 xcode 中,我输入 cmd-shift up/down 在。还有。C 档案。如何在 CLion 中做到这一点?或者更有用的是,这个操作在关键字映射中被称为什么?我不认为这些关键映射名称的命名有多大用处。包括通常的谷歌搜索之后,都没有出现这种情况。

24729 次浏览

The shortcut is called 'Related Symbol' in the keymap.
On Mac it defaults to Ctrl+Cmd+Up,
on Windows/Linux -- to Ctrl+Alt+Home.

you can try: Navigate | Related Symbol

If header and implementation files are already open you can switch between windows with double-shift and enter keys.

To switch between .h and .c files I use F10 key or the Navigate menu in CLion in Linux system:

F10 Header/Source