Suppose we have the following line of code:
private final String |sourceCode = "int a";
where | carriage position.
If you press CTRL + RIGHT, the carriage is currently moving to
private final String sourceCode |= "int a";
but I would like him to switch to
private final String source|Code = "int a";
as happens in many other IDEs. How to change this parameter in intellij?
source
share