JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
110 stars 0 forks source link

Follow standard "open in split view" JetBrains behaviour when focused on draft in tool window #21

Closed dencoseca closed 1 year ago

dencoseca commented 1 year ago

Description

I use JetBrains products almost entirely from the keyboard, and In my typical workflow using JetClient (which is pure awesomeness by the way 😊👏) I want to open a JetClient request in split view to the side of the request handler code I'm working on.

Problem

Currently the standard shortcut for Open In Right Split (shift + return), when a request is focused in the tool window folder structure, doesn't behave the same as everywhere else in JetBrains IDEs, but instead opens the draft in the editor window in place of the current file.

Solution

AntonShuvaev commented 1 year ago

Thanks for the suggestion. Will do it in the next update.

AntonShuvaev commented 1 year ago

Implemented in 2023.1.11. Now, you can open request in a right split view using Shift + Return or Alt + Double-click.