-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Response Preview in Right Editor #216
Comments
@chewlm86 nice suggestion, I have implemented it and will publish it in next release. |
@chewlm86 you can use the new setting
|
@Huachao Thanks for the update, it works great with setup where the editor is configured as follow With the latest update from vs code which allowed splitting the editor vertically & horizontal at the same time now. Still works when i set it up like this as well as long it is placed within the range of the first 3 editor. *Preview column is Bolded. |
@chewlm86 thanks for your information, here I have something to discuss with you, sorry for the late reply. I am thinking about the feature update from VSCode. Do we really need to follow the grid layout of VSCode, that means do we need to expose to our end user for all the column numbers to specify, like Waiting for your great feedback, thanks in advance. 😄 |
@Huachao yes i agree that the latest vs code update made positioning the preview column complex with the current implementation. The new current & beside implementation you describe make sense. Like you said, if i want it display at 3 i would just place the .http in column 2 and the preview will appear in 3. So i have a split in the last column, i would just place the .http in column 3 and the preview will be displayed in 4. But i like to suggest that perhaps having previous, current & next would to give a bit more flexibility on where to position the preview column. Work the same way as what you suggested, but having an extra option to place the preview in the column before the .http column. *.http column is Italic. |
@chewlm86 thanks for your reply, since I can't map the previous value to the actual column number in vscode, since vscode itself only provides the |
@Huachao So that why didn't know that. |
@chewlm86 I have updated to code to reflect the latest VSCode update, and new setting value would be |
@Huachao Thanks, works great. :-} |
@Huachao Yup, that works perfectly. Thanks. |
@Huachao How about splitting to |
@sontd-0882 |
It shoud be "workbench.editor.openSideBySideDirection": "down" |
Hi,
Currently i am working with 3 editor at the same time(Left, Center, Right).
Would it be possible, to show the response preview in the Right Editor while having the .http in the Center Editor?
Perhaps a configuration to choose where to show the response preview.
The text was updated successfully, but these errors were encountered: