-
7ead55c: - Enable syntax highlighting in the TUI response panel for JSON, HTML, and YAML responses (including JSON detection fallback when content-type is missing).
- Improve footer keybind label spacing in the TUI status bar.
- Add hover tooltips for
{{variable}}references in.httpfiles. - Show resolved values and source attribution (file variable, config, or profile) directly in hover content.
- Improve hover handling for resolver expressions and undefined variables with clearer messaging.
- Enhanced marketplace visibility and SEO: Optimized extension metadata and README for better discoverability in VS Code Marketplace and OpenVSX (Cursor).
- Updated displayName to include "HTTP Client & API Testing"
- Expanded keywords from 6 to 21 terms including competitors (Postman, Thunder Client, Insomnia, Bruno, curl, httpie)
- Added "Debuggers" and "Other" categories for increased browse visibility
- Rewrote README with SEO-optimized intro, badges, and structured feature sections
- Positioned as file-based alternative to popular API testing tools
- Remove duplicate headers in response panel: Fixed an issue where response headers were being displayed twice. This was caused by redundant header processing in the body formatting utilities.
- Cleaned up unused CSS styles (28 lines removed)
- Simplified body formatting logic (15 lines removed)
- Updated tests to reflect cleaner implementation
- Updated dependencies [c3cf95e]
- @t-req/core@0.2.5
- @t-req/sdk@0.1.3
- Updated dependencies [bdd0556]
- Updated dependencies [b0150a2]
- Updated dependencies [2cd3609]
- @t-req/core@0.2.4
- @t-req/sdk@0.1.2
- Fix Marketplace README screenshots by using absolute image URLs.
Initial release.
- Syntax highlighting for
.httpfiles with embedded JSON - Run individual or all requests from the editor
- Local execution mode with bundled t-req engine
- Server execution mode with remote t-req server support
- Profile selection for switching between environments
- Response panel with status, headers, and body rendering
- Inline diagnostics from static analysis and plugins
- Secure token storage via VS Code SecretStorage
- Configurable timeouts, body size limits, and diagnostics toggle