zed-industries / extensions

Extensions for the Zed editor
558 stars 222 forks source link

Add HTTP Support #853

Open kyocodary opened 3 weeks ago

kyocodary commented 3 weeks ago

Check for existing issues

Language

HTTP

Tree Sitter parser link

No response

Language server link

No response

Misc notes

Like the Rest Client extension of vscode, it will be possible to define multiple http requests by defining them within the .http file and view the response directly.

Example: image

Angelk90 commented 3 weeks ago

@kyocodary : You can write the example code shown in the image so it is easier to copy them to zed to see the difference for those who will work with it.