A VS Code extension that detects TODO comments in your code, links them to Linear issues, and shows issue details on hover. Supports multiple comment formats out of the box.
Fork of linear-todos by dtran, with configurable pattern matching, performance improvements, and UI enhancements.
Features
Flexible TODO detection: Recognizes TODO MAV-1234, [MAV-1234] TODO, TODO (MAV-1234), Linear URLs, and more
Configurable patterns: Choose which formats to recognize via VS Code settings
Issue preview on hover: See the issue title, status, assignee, priority, labels, and description
Prefetching: Issues are fetched in the background when you open a file, so hovers are instant
Create issues: Turn unlinked TODOs into Linear issues with code context
Visual indicators: Highlighted TODOs with different colors for linked vs unlinked