以前一直在用 postman 做 API 测试,如果你同时在使用 vscode 开发时,每次切出去可能比较烦,为了开发效率,还是希望所有开发要做的事情都在 vscode 里面完成是最好的,前几天看到 Postcode,让我欣喜若狂!

Postcode 是一个 Visual Studio Code 扩展

在 VSCode 里也能用 Postman了_postman

它可以看作是Postman的替代品,基本上Postman的常用功能它都有:

在 VSCode 里也能用 Postman了_vscode_02

1. 类似于Postman的直观 UI,与任何 VSCode 主题无缝匹配(Intuitive UI/UX similar to Postman fitting seamlessly with any VSCode theme)

2. 支持GraphQL请求(Supports GraphQL requests)

3. 支持从请求中生成代码片段(Supports code snippet generation from requests)

在 VSCode 里也能用 Postman了_postman_03

点击侧边栏快速启动:

在 VSCode 里也能用 Postman了_Postman_04

GitHub开源地址