First time here? Check out the FAQ!
1

Is there a hotkey to complete a statement and move to the next line like in PyCharm

  • retag add tags

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.

YSS's avatar
41
YSS
asked 2022-01-15 03:32:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I use the Python Turbo Mode from the Editor > Auto-Completion page and Ctrl-Enter to create new line after the current line and go to the it from anywhere within the preceding line. Turbo mode automatically completes the current completion when you press a non-symbol key so the model is to type enough to get the right completion and then keep going. It does take some getting used to but in most cases works pretty well.

The docs: https://wingware.com/doc/edit/turbo-c...

There's also a somewhat old but still relevant example video here: https://wingware.com/doc/edit/turbo-c...

Wingware Support's avatar
4k
Wingware Support
answered 2022-01-15 09:23:37 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks, the CTRL-ENTER will do, not sure about the Auto-Completion yet ;-)

YSS's avatar YSS (2022-01-19 01:01:37 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer