Parameter Information

Finding the parameter type can be really helpful for understanding your code.

Sometimes it's helpful to know the type of parameter in your code when it's not immediately apparent to you. Use ⌃⇧P (macOS) / Ctrl+Shift+P (Windows/Linux) to get the type information of a parameter in your code.

Interested in JVM Development?

call to action image

In addition to parameter information, you can get IntelliJ IDEA to give you type information too!

Learn More


Related Resources

Reformat Your Code
Reformat Your Code
Reformat a specific piece of code or the whole file according to your preferences.
Creating Code
Creating Code
IntelliJ IDEA can help create code for you saving your fingers.
Related Problems
Related Problems
Use IntelliJ IDEA's inlay hints to navigate to Related Problems.