-
Notifications
You must be signed in to change notification settings - Fork 1.2k
MoveUp Line Auto-Indent #484
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
Comments
Can this issue be given a priority? @DonJayamanne @MikhailArkhipov |
Unfortunately there doesn't seem to be any interest in this feature from other users. we won't be looking into this at this stage, as there are other bugs and features that are more popular and higher priority (with more users interested in them). |
@DonJayamanne is this feasible? In which case we can make this a "Help Wanted" feature. |
I'd kind of like |
OK, based on the fact that we need VS Code hooks to implement this I'm going to close it. @sulkhanp if you are up for opening an issue at Microsoft/vscode for the appropriate APIs then we can re-open this once those APIs exist. |
Uh oh!
There was an error while loading. Please reload this page.
Environment data
VS Code version: 1.19.1
Python Extension version: 0.9.1
Python Version: 3.6
OS and version: Windows 10
Actual behavior
When moving up lines with key shortcut Alt+UpArrow or moving down with Alt+DownArrow, extension doesn't auto-indent blocks of code.
gif <--- Illustrates the issue.
Expected behavior
Auto-indentation should be added when moving up lines of code. I understand that some people would rather not have this feature added, but I think there should at least be a config option to enable/disable auto-indenting.
Steps to reproduce:
https://i.imgur.com/ZahMTvY.gifv
The text was updated successfully, but these errors were encountered: