Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>HurlerNew to Visual Studio Code? Get it now.
Hurler

Hurler

Sumeet221b

|
27 installs
| (0) | Free
Execute Hurl HTTP request files directly from VS Code with environment variable support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hurler

VS Code extension to run Hurl files with syntax highlighting, environment variable support, and hover tooltips.

Features

  • ⚡ One-click execution - Run Hurl files with CodeLens buttons
  • 🎨 Syntax highlighting - Full syntax support for Hurl files
  • 🔍 Hover tooltips - See environment variable values on hover
  • 📁 Auto output - Results saved to .hurl.out files automatically
  • 🌍 Environment variables - Support for external variable files

Usage

  1. Install Hurl - ensure it's accessible from terminal
  2. Install this extension
  3. Open a Hurl file
  4. Click the "▶️ Run Request" button that appears above HTTP methods
  5. View results in the auto-opened .hurl.out file

Hurler Demo

Configuration

Configure in VS Code Settings:

  • hurler.environmentFile - Path to your environment variables file

Environment Variables

Create an environment file (e.g., env.txt):

API_URL=https://api.example.com
TOKEN=your-api-token

Use in your Hurl file:

GET {{API_URL}}/users
Authorization: Bearer {{TOKEN}}

Hover over {{API_URL}} to see the actual value!

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