
File Ops
A simpler way to import files in VS Code
File Ops launched on July 2, 2022 with 5 votes, #1,096 of 2,937 launches that month.
What it does
File Import - Paste the path to other files easily. Copy a file path using the shortcut 'Ctrl/Cmd+Shift+C' and paste a path to this file using 'Ctrl/Cmd+Shift+V'. Alternative ways are from the context menu or vs code command.
Does a similar job
all alternatives →- VCVS Code extension to edit the filesystem like a text buffer2025 · github.com · ▲67
This is a spiritual adaptation of oil.nvim for vscode. The main idea is you edit the filesystem by editing the current directory listing's text buffer. For example, if I want to rename a file, I just rename it in the listing file. This is extremely powerful because it translates all of your text-editing skills immediately into file editing capabilities. Some features: * Create/rename/move/delete files by editing the current directory listing's textbuffer * Filter using glob pattern * Trash and undo support * Works even in remote-ssh workspaces * Works across multiple vscode…
Combine Open Files for VS Code/Cursor2025 · ▲16Combine open files into one long text for copy & paste


Convert Import Statements2024 · marketplace.visualstudio.com · ▲14convert 'require' statements to 'import'. vice versa
- CCContext Copy – VS Code extension for quickly copying context2024 · marketplace.visualstudio.com · ▲12
Show HN: Context Copy - VS Code extension for quickly copying context I've developed a VS Code extension called "Context Copy" that allows developers to swiftly copy multiple files with their full context, formatted as markdown. It's designed to streamline the process of sharing code snippets with AI assistants (like ChatGPT or Claude) or in documentation. Key features: - Select multiple files in VS Code Explorer - Right-click to copy full context as markdown - Automatic language detection for syntax highlighting - Includes file paths for better context preservation - Copies directly to…
More dev tools this month
the category →


OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 8d ago · opentrailpaper.com

Vendo ▲362Let your users build their own features inside your product
Dev tools · 26d ago · vendo.run

Source: Product Hunt launch ↗
Launched alongside, July 2022
the whole month →
- PO
Life & fun · 2022 · justine.lol
- PO
Dev tools · 2022 · github.com


Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So…
Life & fun · 2022 · hexapipes.vercel.app

We're building Parsnip to create a "tech tree" of cooking skills that allows anyone to level up on the building blocks of cooking knowledge while tracking their progress over time. It took us a few iterations to figure out the right product; here's the story of our latest pivot: [https://parsnip.substack.com/p/a-new-hope] The goal is to create a personalized way to learn any recipe on the Internet, then use this as a springboard to help home cooks of all levels solve the problem of repeated meal planning in a 10x better way:…
Work · 2022 · parsnip.ai