简体   繁体   中英

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/

As mentioned by howlger, the closest is Ctrl*+Shift+R . Additionally, these shortcuts are useful as well:

  • Ctrl+3 : Search everywhere, including files and IDE commands.
  • Ctrl+Shift+T : Open type.
  • Ctrl+O : Quick outline in current file (class members).
  • Ctrl+Shift+L : Shows a L ist of shortcuts.

* In Mac, replace Ctrl with Cmd.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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