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

Creating code
IntelliJ IDEA will help create code for you
Using regex
Using language injection to work with Regex
Related problems
Use IntelliJ IDEA's inlay hints to navigate to Related Problems