Hello,
I use Jedi as auto completion. I’m very happy with it, but sometimes it does things I don’t want. Here’s an example. I entered the following code:
if number % 2 == 0:
Now if I press enter after the colon, I just want to jump to the next line. Jedi or maybe Sublime itself, but then writes a 2. If I delete the 2 afterwards and press enter again, the cursor jumps to the next line. What do I have to change so that I jump to the next line the first time I press enter?
Best regards
gospat