Is there a hotkey to complete a statement and move to the next line like in PyCharm
Hello,
I'm evaluating Wing Pro and loving it but I can't find to figure out how in the middle of a statement i can press a hotkey that finishes the line and moves me to the next line.
Best I can do is enable the autocomplete then press tab twice and then enter, but is there a hotkey for this? thanks!!
This is how it is in Pycharm: Ctrl+Shift+Enter Complete Current Statement Insert any necessary trailing symbols and put the caret where you can start typing the next statement.
Comments