Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to drag and drop requests across multiple VSCode windows. #1669

Open
matouf84 opened this issue Feb 3, 2025 · 1 comment
Open

Ability to drag and drop requests across multiple VSCode windows. #1669

matouf84 opened this issue Feb 3, 2025 · 1 comment
Labels
feature request New feature or request

Comments

@matouf84
Copy link

matouf84 commented Feb 3, 2025

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

@matouf84 matouf84 added the feature request New feature or request label Feb 3, 2025
@thunderclient thunderclient deleted a comment from Rehaanaliya Feb 4, 2025
@thunderclient thunderclient deleted a comment from Rehaanaliya Feb 4, 2025
@rangav
Copy link
Collaborator

rangav commented Feb 4, 2025

Thanks @matouf84 for the feedback, Will review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants