v1.1.0
Path completion
Resterm now shows matching files and directories in the open and save dialogs, and while entering supported commands.
Ctrl+Obrowses files and directories. UseTabto complete the selected entry or move into a directory, andEnterto open a file or use a directory as the workspace.:eand:editaccept paths directly. Without a path, they open the usual file dialog.:mock startand:mock restartcomplete request files after--source,-s, or--source=.- Save Response Body now includes path completion as well.
Examples
- Open a request file:
:e examples/basic.http - Start a mock from one file:
:mock start --source mocks/users.http - Select several mock files:
:mock start --source mocks/users.http,mocks/payments.http - Save a response:
~/Downloads/response.json