{"id":42837146,"url":"https://github.com/imdone/imdone-code-companion","last_synced_at":"2026-01-30T11:45:20.692Z","repository":{"id":260946605,"uuid":"882789252","full_name":"imdone/imdone-code-companion","owner":"imdone","description":"Open your imdone kanban board to the card your cursor is positioned within","archived":false,"fork":false,"pushed_at":"2025-11-07T16:27:36.000Z","size":26744,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T18:23:37.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-03T19:03:37.000Z","updated_at":"2025-11-05T22:04:29.000Z","dependencies_parsed_at":"2024-11-03T20:18:31.842Z","dependency_job_id":"24f5887e-5840-4499-bc46-b0ac627cac16","html_url":"https://github.com/imdone/imdone-code-companion","commit_stats":null,"previous_names":["imdone/imdone-code-companion"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/imdone/imdone-code-companion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-code-companion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-code-companion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-code-companion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-code-companion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdone","download_url":"https://codeload.github.com/imdone/imdone-code-companion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-code-companion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-30T11:45:20.603Z","updated_at":"2026-01-30T11:45:20.684Z","avatar_url":"https://github.com/imdone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imdone-code-companion README\n\nThis extension provides a seamless way to open Imdone directly to the specific card the cursor is currently in, right from Visual Studio Code.\n\n## Features\n\n- **Open Imdone Card with Keyboard Shortcut**: Place your cursor inside a `TODO` comments and press `Ctrl+Shift+I` to open Imdone directly to the card.\n- **Efficient Card Location Detection**: Automatically gathers the active file path and line number, generating a link to open Imdone at the exact location.\n- **Autocomplete for `#imdone` Tags**: Provides autocomplete suggestions for `#imdone` tags as you type, making it easier to add and manage tasks.\n\n### Example of Usage\n\n![Open Card in Imdone](imdone-code-companion.gif)\n\nThis command works in any file that contains Imdone-compatible `TODO` comments, making it easy to track and manage tasks without leaving your coding environment.\n\n## Requirements\n\n- **Imdone**: Make sure Imdone is installed and configured to manage your project's `TODO` comments. Learn more at [Imdone.io](https://imdone.io).\n- **VS Code Workspace**: The extension requires an open workspace for it to locate files and manage relative paths correctly.\n\n## Extension Settings\n\nThis extension doesn’t currently add any specific settings but is enabled as long as VS Code is active.\n\n## Known Issues\n\nNone reported yet. Please create an issue if you experience any problems.\n\n## Release Notes\n\n\n### 0.0.9\n\n- Update README with Ctrl+Shift+I hotkey\n\n## 0.0.8\n\n- Change hotkey to `ctrl+shift+I` to avoid conflicts with other plugins and align with obsidian imdone plugin\n\n### 0.0.6\n\n- Autocomplete for `#imdone` tags\n\n### 0.0.4\n\n- Support older versions of vscode. `^1.93.1`\n\n### 0.0.2\n\n- Initial release of `imdone-code-companion`, featuring keyboard shortcut support for opening Imdone at specific cards.\n\n---\n\n## Following Extension Guidelines\n\nWe strive to follow best practices for VS Code extensions. Please see the official [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines) for more information.\n\n## Working with Markdown\n\nYou can use Visual Studio Code to edit and preview this README:\n\n* **Split the editor** (`Cmd+\\` on macOS or `Ctrl+\\` on Windows/Linux).\n* **Toggle preview** (`Shift+Cmd+V` on macOS or `Shift+Ctrl+V` on Windows/Linux).\n* **View Markdown snippets** (`Ctrl+Space` on any platform).\n\n**Enjoy using imdone-code-companion to streamline your task management in VS Code!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdone%2Fimdone-code-companion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdone%2Fimdone-code-companion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdone%2Fimdone-code-companion/lists"}