-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I move to a new line while I'm in the middle of the current line? #5466
Comments
I don't understand too well what you mean. Could you post a little video to see how things work in VSCode and Spyder? You can use Licecap for that. Thanks! |
I know that there is a shortcut for moving to next line in Spyder, but it just doesn't work when there is no empty line at the end of the editor, hope you know what I mean :) |
So you want to create a new line below a given line, no matter where the cursor is placed? |
Yes, and this is VERY helpful for me when editing the parameters |
Sorry, this is too specific and we don't have time to implement it. However, we're welcome to receive a pull request that does it. |
I'm missing the feature as well. Found an easy solution on Stackoverflow for anybody looking for a quick and dirty implementation. Keep in mind, that this can be overwritten while updating spyder. |
It was line:
At this point, I don't want to press the ")" and then press the enter key to start a new line.
I just want to start a new line and move the cursor there (like Ctrl + Enter in VS Code), how should I do (I mean a shortcut key is helpful)?
The best I can do was to keep an empty line at the end of the file, and "move" to the next line, but it doesn't solve the problem
The text was updated successfully, but these errors were encountered: