Issue
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?
Solution
According to href="http://www.javaprogrammingforums.com/java-jdk-ide-tutorials/19-list-shortcuts-key-eclipse.html" rel="noreferrer">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.
Answered By - Anderson Green
Answer Checked By - Senaida (JavaFixing Volunteer)