Parameter information

Finding the parameter type

Sometimes it's helpful to know the type of a 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.


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 will help create code for you
Using regex
Using regex
Using language injection to work with Regex