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

Query Results Grid can no longer be viewed separately of editor selection #18316

Open
munawes opened this issue Oct 24, 2024 · 10 comments · May be fixed by #18363
Open

Query Results Grid can no longer be viewed separately of editor selection #18316

munawes opened this issue Oct 24, 2024 · 10 comments · May be fixed by #18363

Comments

@munawes
Copy link

munawes commented Oct 24, 2024

  • MSSQL Extension Version:
  • VSCode Version: 1.94.2
  • OS Version: Win 11

In the past I was able to run queries side by side and have both result sets open at the same time. With the new update this is no longer possible which impedes workflow due to a lack of being able to quickly reference multiple data sets at once.

Steps to Reproduce:

  1. Open 2 editor tabs
  2. Run a query in each tab
  3. Switching between tabs also switches between results
@munawes munawes changed the title Query Results Grid can no longer be viewed indepently of editor selection Query Results Grid can no longer be viewed separately of editor selection Oct 24, 2024
@AlertedCoffee
Copy link

AlertedCoffee commented Oct 25, 2024

I have the same problem.
I would like to return to the old type of output, it was more convenient.
Maybe there is some kind of setting for this?

@D1lsh0d
Copy link

D1lsh0d commented Oct 25, 2024

same shit

I have the same problem. I would like to return to the old type of output, it was more convenient. Maybe there is some kind of setting for this?

@nbarnwell
Copy link

Yes unfortunately this is very accurate. I'll be going back to the old experience until this is improved.

@NHCC-IRE-DEV
Copy link

Agree with this and have gone back to the old experience. Being able to see the results sets in different, identified tabs is a critical feature for me.

@benmcf
Copy link

benmcf commented Oct 28, 2024

I have disabled the new features because of this, too. It's essential for me to be able to view the query results while working in a tab other than the tab that produced the results.

@Benjin
Copy link
Contributor

Benjin commented Oct 28, 2024

Thank you for trying out the new UI features we introduced in this extension! ❤️

We're hearing you, and we agree with you that viewing query result sets side-by-side is critical! Please note that this is an early public preview release, and the new features (including this one) are still actively in development. If the current functionality is disrupting your workflow, you can disable these preview features using the configuration setting below. We appreciate your patience as we continue refining these features.

👉 Good news: we’re already planning to introduce the ability to view result sets side-by-side in our next release! This will allow you to move a point-in-time snapshot of result sets from the docked pane into a separate document window, enabling you to keep multiple result sets visible simultaneously, or view them even when the SQL query window isn’t open. We’ll post some UX design concepts in this issue thread later this week in case you'd like to share some early feedback on our design for how this will work.

Thanks again for testing these features and sharing your insights. We hope you’ll continue to explore them as we make progress toward the next release. Please let us know if there’s anything else we can do to improve your experience!


Here’s the setting to disable the new features if the current experience is disruptive. Thank you for your support!

Image

or add "mssql.enableRichExperiences": false in your user settings JSON

@ThomasGrammer
Copy link

Thank you for your work, and for considering our feedback!
I read your comment as "default will be output area, but you can move it to a tab". That is great, but for me that would still be disruptive.
Could we have an option, to get the rich experience output per default in a tab, instead of the console area? So the output of a code window always goes to the same tab?
I like the rich experience output, but want to keep having my outputs on a different monitor than my code. Without having to drag them there every time. With tabs that was easy.

@Benjin
Copy link
Contributor

Benjin commented Nov 7, 2024

What does everyone think about this experience?

  • Queries be popped out into a separate tab and dragged around or split like any other tab. As before, they're live views that will update when the associated query is re-run.
  • Query results still default to the pane below the query, like it is in Azure Data Studio and SSMS, but the first time you pop it out, you're asked if you'd like to make that the default behavior going forward.
Query.Results.popout.mp4

@caohai caohai linked a pull request Nov 7, 2024 that will close this issue
@NHCC-IRE-DEV
Copy link

This would work.

@ThomasGrammer
Copy link

yes, sounds good!

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

Successfully merging a pull request may close this issue.

10 participants