Geco is a straightforward Visual Studio Code extension that lets you view the source code of selected files in a single editor tab. Right-click files, select Get Code from Selected Files, and see their contents instantly, each prefixed with // FILE: filename in all caps. Ideal for quick code reviews without opening multiple tabs.
Features
Instant Code Access: Right-click files in the File Explorer and select Get Code from Selected Files to view their contents in one tab.
Formatted Output: Each file’s code is prefixed with // FILE: filename (in all caps) for clear separation.
Multi-File Support: Handles one or multiple text-readable files of any type.
Native Integration: Fits seamlessly into VS Code’s context menu for a smooth experience.
Why Geco?
Geco eliminates the need to open files one by one. Whether you’re reviewing, debugging, or comparing code, it delivers a clean, organized view of your files’ contents in one place.