Installation
Installation
Section titled “Installation”Getting started with Rext HTTP takes less than a minute. Choose your preferred method below.
VS Code Marketplace
Section titled “VS Code Marketplace”The fastest way to install is directly from VS Code:
- Open VS Code
- Press
Ctrl+P(orCmd+Pon macOS) - Paste the following command and press Enter:
ext install rext-labs.rextOr visit the VS Code Marketplace directly.
Open VSX
Section titled “Open VSX”If you use an alternative editor like VSCodium, Rext is also available on Open VSX.
Verify Installation
Section titled “Verify Installation”Once installed, you should see:
- Rext icon in the Activity Bar (left sidebar)
- Syntax highlighting when you open
.rextfiles - Environment selector in the status bar
Create Your First Request
Section titled “Create Your First Request”Create a file called hello.rext and add:
GET https://httpbin.org/getPress Ctrl+Enter (or Cmd+Enter on macOS) to execute the request. The response will appear in the Rext panel.
Next Steps
Section titled “Next Steps”- Learn the basic syntax of
.rextfiles - Set up environment files for your project
- Explore all available directives