AnWeber / vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac
MIT License
222 stars 20 forks source link

How about adding some shortcut keys like jupyter notebook ? #237

Closed yangchnet closed 8 months ago

yangchnet commented 8 months ago

🥰I am very happy to have found such an easy-to-use REST client that can meet all my needs. I like the way to manage interfaces like documents.

When I use the httpBook extension, it is very similar to the UI of jupyter notebook, so I habitually press b to create a new cell, but it does not work as expected.

So can we add some shortcut keys like this?

Here are some introductions to jupyter notebook shortcut keys:https://towardsdatascience.com/jypyter-notebook-shortcuts-bf0101a98330

AnWeber commented 8 months ago

There are actually already the comands by default in VSCode (notebook.cell.insertCodeCellBelow). Only the default shortcuts use different keybindings. You just have to adapt them to your needs (see).

image