Visual Studio Code extension that enhances display of errors and warnings.
Visual Studio Code extension for Todo tracking based on "todo.txt" format.
Write and keep snippets for VSCode in a markdown file.
Like Ace Jump, but better. Quickly move cursor to visible location
feat(editor): remove overdue from selected lines
feat(webview): show completed percentage in title
chore: update changelog
0.2.0
fix: use tab symbol for generated file
fix: add warning emoji to generated file
fix: use strings instead of arrays when possible
fix: order of props: prefix->scope->body->description
feat: highlight snippet variables
refactor: don't store name as property
docs: add Snippets
category for marketplace
fix: add extra check for editor
feat: autocomplete for scopes
fix: underscore is allowed in language id
Are you on the latest version of extension 2.14.0
?
Adding space after context/project/tag autocompleted is expected.
When using "Add Task to Default file", provide option to insert at current line, rather than end
chore: update changelog
2.14.0
fix: send webview loaded event on created
instead of mounted
fix: remove timeout from onChange event at startup
feat: add $hidden filter
chore: update deps
fix: illegal range: negative character
feat: maybe better hover for due date in the future?
feat: show counter badge for context/project (the same as tag)
fix: hidden task should not be shown in webview
fix: $hidden filter should still work in webview
fix: ClosedClosed decoration behavior for tag/project/context
fix: remove tag punctuation color
feat(editor): show diagnostics with problems in todomd file
chore: update changelog
2.13.0
feat: no more tags without spaces in between
refactor: try to get collapsed state synced
not done, tree views are not working
This commands adds space at line end while toggle from active to done (before {cm} marker). But it doesn't remove this space on toggling from done to active, it causes the follwing problem:
before:
Test
after first alt+d (dot means space):
Test·{cm:2022-06-23}
after few more alt+d:
Test············{cm:2022-06-23}
fix: handle whitespace for all inline document edits (#56)
feat: only show matching subtasks for filtered tasks
When I use SSH to open remote vscode. TodoMD can not show tasks and can not mark task as complete.
can not access file by vscode-remote://ssh-remote
uri
When using "Add Task to Default file", provide option to insert at current line, rather than end
I don't see the point in that. If you want to inser task at current line - you can just type it in the editor.