VS-Bruno is a Visual Studio Code extension designed to provide a graphical interface for .bru files, used by Bruno — an open-source HTTP client. It reads and displays .bru API definitions in a clean, customizable visual editor, allowing you to modify requests, parameters, and bodies directly from within VSCode.
⚠️ Disclaimer: All Bruno brand names, images, and logos are the property of Bruno. Any appearance of a Bruno image or name belongs explicitly to Bruno.
- 🔍 Graphical interface for
.brufiles. - 📝 Edit request method, URL, parameters, and body.
- 🔄 Two-way sync with
.brusource. - ⌨️ Open
.bruas plain text (F7) (todo). ▶️ Run and test your request.Support for
scriptsincludingimportandrequire()with Rollup.- 📂 Support for Collections (
collection.bru). - 🌐 Support for Environments (
environments/**/*.bru). - 🎨 Adaptative Color with your themes.
- Open a
.brufile in VSCode. - The editor will automatically show a graphical interface.
- Press
F7to toggle plain text view.
