This extension provides a seamless way to open Imdone directly to the specific card the cursor is currently in, right from Visual Studio Code.
- Open Imdone Card with Keyboard Shortcut: Place your cursor inside a
TODOcomments and pressCtrl+Shift+Ito open Imdone directly to the card. - Efficient Card Location Detection: Automatically gathers the active file path and line number, generating a link to open Imdone at the exact location.
- Autocomplete for
#imdoneTags: Provides autocomplete suggestions for#imdonetags as you type, making it easier to add and manage tasks.
This command works in any file that contains Imdone-compatible TODO comments, making it easy to track and manage tasks without leaving your coding environment.
- Imdone: Make sure Imdone is installed and configured to manage your project's
TODOcomments. Learn more at Imdone.io. - VS Code Workspace: The extension requires an open workspace for it to locate files and manage relative paths correctly.
This extension doesn’t currently add any specific settings but is enabled as long as VS Code is active.
None reported yet. Please create an issue if you experience any problems.
- Update README with Ctrl+Shift+I hotkey
- Change hotkey to
ctrl+shift+Ito avoid conflicts with other plugins and align with obsidian imdone plugin
- Autocomplete for
#imdonetags
- Support older versions of vscode.
^1.93.1
- Initial release of
imdone-code-companion, featuring keyboard shortcut support for opening Imdone at specific cards.
We strive to follow best practices for VS Code extensions. Please see the official Extension Guidelines for more information.
You can use Visual Studio Code to edit and preview this README:
- Split the editor (
Cmd+\on macOS orCtrl+\on Windows/Linux). - Toggle preview (
Shift+Cmd+Von macOS orShift+Ctrl+Von Windows/Linux). - View Markdown snippets (
Ctrl+Spaceon any platform).
Enjoy using imdone-code-companion to streamline your task management in VS Code!
