🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️

debugger highlight visualization
3 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Extend the existing VSCode extension, Console Warrior, to support capturing and displaying console.warn and console.error messages in addition to console.log messages. This involves modifying the extension's logic to differentiate between the different console methods and render them with appropriate color-coding (orange for warnings, red for errors).

Complexity: 3/5
enhancement good first issue

🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️

TypeScript
#debugger#highlight#visualization

AI Summary: Implement theme-aware styling for the decorators in the VSCode extension 'Console Warrior' to ensure readability in both light and dark modes. This involves adapting the decorator colors to the currently active VSCode theme, potentially using themeColor for dynamic color selection.

Complexity: 2/5
enhancement help wanted

🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️

TypeScript
#debugger#highlight#visualization

AI Summary: Implement a feature in the VSCode extension 'Console Warrior' to remove decorators from `console.log` lines when their content is manually changed by the user. This requires detecting edits within `console.log` statements and removing the decorator if the content no longer matches the original logged value, ideally without a full file rescan for performance.

Complexity: 3/5
enhancement help wanted

🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️

TypeScript
#debugger#highlight#visualization