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
TODO
comments and pressCtrl+I
to 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.
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
TODO
comments. 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.
- 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+V
on macOS orShift+Ctrl+V
on Windows/Linux). - View Markdown snippets (
Ctrl+Space
on any platform).
Enjoy using imdone-code-companion to streamline your task management in VS Code!