Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>postmannyNew to Visual Studio Code? Get it now.
postmanny

postmanny

Renan Cidale Assumpcao

|
23 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Postmanny

A VS Code extension for managing and testing HTTP requests, similar to Postman but integrated directly in your editor.

Features

  • Send HTTP requests directly from VS Code
  • View and analyze HTTP responses
  • Save and organize collections of requests
  • Support for environment variables and request parameters
  • Syntax highlighting for request/response bodies
  • JSON/XML formatting tools

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Postmanny"
  4. Click Install

Usage

  1. Open the command palette (Ctrl+Shift+P)
  2. Type "Postmanny" to see available commands
  3. Start with "Postmanny: New Request" to create your first request

Requirements

  • VS Code version 1.95.0 or higher

Extension Settings

This extension contributes the following settings:

  • postmanny.defaultHeaders: Default headers to include in all requests
  • postmanny.environmentFile: Path to environment variables file
  • postmanny.timeoutDuration: Request timeout in milliseconds (default: 30000)

Known Issues

  • Currently in early development
  • File upload for multipart/form-data not yet implemented
  • WebSocket connections not yet supported

Release Notes

0.0.1

Initial preview release with basic HTTP request functionality:

  • GET, POST, PUT, DELETE methods
  • Basic header and parameter management
  • Response viewing

Contributing

Contributions are welcome! Please check our GitHub repository for guidelines.

License

This extension is licensed under the MIT License.

Happy API Testing!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft