thunder-client-support
thunder-client-support copied to clipboard
Support for .http/.rest files
Is your feature request related to a problem? Please describe.
Support for .http/.rest files
Describe the solution you'd like
.http/.rest files are used on other extensions and even on IntelliJ. They can be committed and versioned with the project, making for a better developer experience for teams.
So, being able to use and edit those files in a single place would be good even for people who use intellij or other extensions. I find that it's really good that I can make the file and other can use it, but if I was able to make (and then use) it in thunder client, then it certainly would make my life easier.
Describe alternatives you've considered
https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html https://marketplace.visualstudio.com/items?itemName=humao.rest-client
Implementation:
It could find http/rest files in the project and show either in collections or in a new tab.
Hi @Noriller thanks for the feedback, will review it.