Skip to content
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

outdent line following continue / break / return statements #1050

Merged
merged 2 commits into from
Jun 26, 2017

Conversation

adimascio
Copy link
Contributor

Automatically outdenting lines following "continue", "break" or "return"
statements seems natural and consistent with other editors (e.g. emacs
or vim) behaviour.

Automatically outdenting lines following "continue", "break" or "return"
statements seems natural and consistent with other editors (e.g. emacs
or vim) behaviour.
This will avoid matching strings such as "returning". The
word should be matched as a word not as prefix.
@DonJayamanne DonJayamanne merged commit 590ecfc into DonJayamanne:master Jun 26, 2017
@adimascio adimascio deleted the outdentOnContinue branch August 1, 2017 21:48
DonJayamanne added a commit that referenced this pull request Mar 15, 2018
…debugger (#1050)

* 📝 change log
* ✅ enable testing
* 🐛 pass necessary flags to experimental debugger
* Fixes #1048
Goom11 pushed a commit to mostafaeweda/pythonVSCode that referenced this pull request Aug 30, 2018
…debugger (DonJayamanne#1050)

* 📝 change log
* ✅ enable testing
* 🐛 pass necessary flags to experimental debugger
* Fixes DonJayamanne#1048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants