vscode-todo-plus
vscode-todo-plus copied to clipboard
When move a task it loses indentation -> Projects won't be recognized as a project
Project: (2)
☐ task one
☐ task two
Set cursor on task two
press Alt-up results in
Project:
☐ task two
☐ task one
The project is not recognized as a project. Also try to toggle Alt+up and Alt+down when cursor is on a task.
This has been a problem since day one, I think this is mainly VSCode's fault, I've opened an issue about that https://github.com/Microsoft/vscode/issues/57197.
The problem is gone by setting Editor: Auto indent
to Advanced
instead of Full
I think more could be done here to handle this though. Like when I move a line down, perhaps it could identify if the lines below it were more indented (nested), and then move them along with it. This is the sort of behavior I love in workflowy.com, but I'd prefer to stay in VS Code.