You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe feature/problem details and the solution you'd like.
We are maintaining a (descriptive) collection with all our REST endpoints / requests available which is maintained by the software developers.
For testing, the collections with the requests we are sending to the endpoints are stored in a separate repository. As a consequence, both sets are separate in the local file system and open in separate VSCode windows. Currently, it seems to not be possible to copy / drag and drop requests from one collection to another if they are open in different windows. Requests from collections stored in the same thunder-tests/collections directory can be moved around between those collections easily by drag and drop, though.
The current workflow for copying requests is thus to create a new request and then copy-paste all data from every tab from the source to the target.
Having the ability to copy or move requests via drag and drop across VSCode windows would significantly speed up that process and reduce manual errors.
Describe alternatives you've considered
At present, the alternative I see would be outside Thunderclient: Synchronizing the source collection into the target repository and then make use of the available drag and drop feature, which is imo not ideal from UX and data management perspective.
Are you using the free version/paid version/trial:
Business
The text was updated successfully, but these errors were encountered:
Please describe feature/problem details and the solution you'd like.
We are maintaining a (descriptive) collection with all our REST endpoints / requests available which is maintained by the software developers.
For testing, the collections with the requests we are sending to the endpoints are stored in a separate repository. As a consequence, both sets are separate in the local file system and open in separate VSCode windows. Currently, it seems to not be possible to copy / drag and drop requests from one collection to another if they are open in different windows. Requests from collections stored in the same
thunder-tests/collections
directory can be moved around between those collections easily by drag and drop, though.The current workflow for copying requests is thus to create a new request and then copy-paste all data from every tab from the source to the target.
Having the ability to copy or move requests via drag and drop across VSCode windows would significantly speed up that process and reduce manual errors.
Describe alternatives you've considered
At present, the alternative I see would be outside Thunderclient: Synchronizing the source collection into the target repository and then make use of the available drag and drop feature, which is imo not ideal from UX and data management perspective.
Are you using the free version/paid version/trial:
Business
The text was updated successfully, but these errors were encountered: