Caret positioning on newline clicking
Answered
How do i change caret position on empty line clicking?
how it is now:
```
console.log('asd");
1 after clicking on this empty space my caret goes to 1.
```
how i want it to be:
```
console.log('asd");
2 caret goes to the correct indentation position 2, same as above console.log indentation
```
Please sign in to leave a comment.
There is no such feature, request is welcome at https://youtrack.jetbrains.com/issues/IDEA.
This is very annoying since I have to click multiple times on Tab :(
Use Code | Auto-indent lines.