AnWeber / httpbook

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://httpyac.github.io/
MIT License
62 stars 4 forks source link

How to switch between markdown and HTTP views ? #132

Closed Carlos920 closed 1 month ago

Carlos920 commented 1 month ago

Sometimes I want to use HTTP views, but I don't know how to switch between them

AnWeber commented 1 month ago

@Carlos920 Do you mean switching presentations? switch_presentations

Carlos920 commented 1 month ago

@Carlos920 Do you mean switching presentations?您的意思是切换演示文稿吗? switch_presentations switch_presentations

It is to switch the editor interface between the interface installed with the httpbook plugin and the interface not installed. My current operation is to disable the httpbook plugin when switching the editor interface

AnWeber commented 1 month ago

You can also switch the editor interface in vscode. Click on the Tab of the file and use reopen with

https://m.youtube.com/watch?v=pOduvfsUngw

Carlos920 commented 1 month ago

You can also switch the editor interface in vscode. Click on the Tab of the file and use reopen with

https://m.youtube.com/watch?v=pOduvfsUngw

ok, thanks