/vscode-hurl

Provides a vscode plugin for hurl.dev

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Hurl

Plugin for Hurl files.

NOTE: This is an unofficial plugin, visit https://hurl.dev for more information about the Hurl project.

Features

Semantic Token Highlighting: Utilizes a tree-sitter parser to enable token based syntax highlighting for .hurl files.

Hurl runner: Adds a command to call Hurl for the current file and display the output in vscode.


Example

Screenshot from 2022-12-25 00-17-25

Requirements

Syntax highlighting does not require external dependencies.

Hurl command requires Hurl to be installed on your path.


Release Notes

1.2.0

Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*")

1.1.2

New line handling fixes.

1.1.1

Support for all front page hurl.dev examples.

1.1.0

Colorize output of hurl in vscode panel.

1.0.1

Update to tree-sitter-hurl to correct parsing issue with the http version token

1.0.0

Initial release of Hurl language extension.