Quick Markers

VS Code extension for file organization

Quick Markers

A simple VS Code extension that lets you mark files and folders with emoji badges (🔥⚡🚀👁️) for quick visual identification in the file explorer. Marks persist across sessions.

Extension Details

Built with TypeScript and VS Code Extension API. Features file decoration provider for emoji badges, context menu integration, and workspace-specific storage. Uses webpack for bundling and includes commands for marking files with fire, zap, rocket, and eye emojis. Marks are stored in .vscode/marked-files.json and persist across VS Code sessions.

Extension Details