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

```

1
3 comments

There is no such feature, request is welcome at https://youtrack.jetbrains.com/issues/IDEA.

0
Avatar
Permanently deleted user

This is very annoying since I have to click multiple times on Tab :(

0

Use Code | Auto-indent lines.

0

Please sign in to leave a comment.