Skip to content
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

Default column for a new results pane #549

Closed
Raymondd opened this issue Dec 16, 2016 · 5 comments
Closed

Default column for a new results pane #549

Raymondd opened this issue Dec 16, 2016 · 5 comments
Assignees
Labels

Comments

@Raymondd
Copy link
Contributor

MSSQL Extension Version: 0.2.0
VSCode Version: 1.8
OS Version: Win10

Steps to Reproduce:

  1. Open three columns in VSCode.
  2. Run a query that opens a results pane.

Actual:
Results pane opens in 2nd column (current default for new panes).

Expected:
Not sure. Where should the results pane default to?

@coquagli
Copy link
Contributor

coquagli commented Dec 21, 2016

I think @kevcunnane or @erickangMSFT would be the people to ask about design questions like this.

@Raymondd
Copy link
Contributor Author

Raymondd commented Jan 5, 2017

In order to accommodate different styles of development, we will be adding a setting defined as follows:
ResultView.splitPaneSelection = {same|next|last}
same: open split pane in same window as active editor
next: open split pane to the right of the active editor
last: open split pane in last column

default value will be 'next'

@SenseiJoe
Copy link

Is it possible for the result pane to be on the bottom? Similar to what SSMS does now.

@ChrisTuckerNM
Copy link

I would also request that an option to be below, or above.

Propose also changing values next and last to left and right.
ResultView.splitPaneSelection = {current|left|right|below|above}

@JaderCM
Copy link

JaderCM commented Feb 2, 2023

@Raymondd 👆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants