If you want to write strings containing other languages (JSON, regexes), it's hard to keep up with escaping symbols, and it would be nice to get some code assist.
ALT + ENTER
RegExp
in my case) from the pop-upALT + ENTER
and pick Edit regex fragment
IntelliJ provides a quick-preview feature called Viewing Definition. Using this feature allows a user to quickly see the contents of a method/class without navigating into the class itself
Example: Looking into Arrays.copyOfRange()
:
Verifying if you've selected the right class in Search
:
Or a quick look at some project files: