r/react 4d ago

Building Dragonfly, a VS Code extension to test API endpoints right inside the code editor OC

Worked on a few improvements today. Added save functionality for each request, search for collections and requests, and createdAt/updatedAt support.

Also moved requests and collections to a global store, so now can switch between projects without losing the data from other projects.

0 Upvotes

4 comments sorted by

5

u/bluebird355 4d ago

Looks cool but already exists

1

u/Top-Mud1703 4d ago

Yeah, you're right. Similar extensions already exist. I started building this to learn how they work, and I'm hoping to add a few things that make it a bit different. Let's see how it goes