firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Allow reordering requests and modules in projects #82

Closed pavelsaman closed 4 years ago

pavelsaman commented 4 years ago
  1. problem/feature request

Some projects might have many requests. And the order might be significant for the user. Therefore, it'd be useful to be able to reorder requests in the left menu. At present, I don't see such a feature in Firecamp, drag&drop doesn't seem to work either:

dragging_reqs_firecamp

The same goes for modules:

image

  1. steps to reproduce

Create/import a project with more than one request and try to reorder them in the left menu.

  1. version

Firecamp v1.0.0 for Windows

Nishchit14 commented 4 years ago

@pavelsaman I think the method name is a handler, you can drag request by dragging the method name (ex GET) and reorder it by dropping it at any other index.

Still, I can see it's a feature discovery issue, will improve it for sure :)

pavelsaman commented 4 years ago

@Nishchit14 you're right! I didn't try it with methods, but it actually works.