简体   繁体   English

是否有一个 Eclipse 等效于 VS Studio "Go to All" (CTRL + T)

[英]Is there an Eclipse equivalent to VS Studio "Go to All" (CTRL + T)

What is Eclipse's closest equivalent tohttps://executecommands.com/visual-studio-2019-code-navigation/什么是 Eclipse 最接近https://executecommands.com/visual-studio-2019-code-navigation/

As mentioned by howlger, the closest is Ctrl*+Shift+R .正如 howlger 所提到的,最接近的是Ctrl*+Shift+R Additionally, these shortcuts are useful as well:此外,这些快捷方式也很有用:

  • Ctrl+3 : Search everywhere, including files and IDE commands. Ctrl+3 :到处搜索,包括文件和 IDE 命令。
  • Ctrl+Shift+T : Open type. Ctrl+Shift+T :打开类型。
  • Ctrl+O : Quick outline in current file (class members). Ctrl+O :当前文件(类成员)中的快速大纲。
  • Ctrl+Shift+L : Shows a L ist of shortcuts. Ctrl+Shift+L 显示快捷键列表。

* In Mac, replace Ctrl with Cmd. * 在 Mac 中,将 Ctrl 替换为 Cmd。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM