Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse's equivalent of IntelliJ's Ctrl+P

Tags:

eclipse

In IntelliJ, when your cursor is inside a method, you can press Ctrl+P to view the parameters of the method.

What's the equivalent shortcut in Eclipse?

like image 831
Glide Avatar asked Sep 16 '13 00:09

Glide


1 Answers

According to this command list, it's possible to show the list of parameter types for a method using Ctrl+Shift+SPace. Also, you can use the Ctrl+Shift+L shortcut to show a list of all shortcuts in Eclipse.

like image 174
Anderson Green Avatar answered Oct 10 '22 06:10

Anderson Green