Database console.sql editors and Database Console in separate window
Hi all,
most of the time I have at least one database console.sql editor tab for querying our database during development. The results of the queries are shown in the Database Console's Result tabs which is located in the bottom IntelliJ. However, very frequently I want to see code and SQL side-by-side, and the same is true for the Debug view and the Database Console. Right now, I constantly have to switch between those.
So is there a way to put database console.sql editor tabs and the Database Console into one separate window? I.e., a simple IntelliJ window with tab-bar and a bottow view which just contains the Database Console (but no tool/menu bar, side-bar, etc.).
I know I can extract the console.sql editor tabs by dragging them out of the main window. But then the Database Console is still in the main window. I can set it to floating or windowed mode but I'd very much prefer to have it docked on the window with the console.sql editor tabs. In the end, I always want to see my SQL and query results at one.
Thanks for hints!
Tassilo
Please sign in to leave a comment.
As far as I understand, you want a feature like https://youtrack.jetbrains.com/issue/IDEA-98778?
Hi Serge,
well, not the issue itself but the first comment on that issue exactly states what I want to have, i.e., I want to detach some editor tabs and then add the Database Console to the new window.
https://youtrack.jetbrains.com/issue/IDEA-98778#comment=27-927899
Bye,
Tassilo
Ah, and this issue describes my desire well, too: https://youtrack.jetbrains.com/issue/IDEA-55195
Short meta-question: Why can't I comment on these issues or add myself as subscriber to these two issues? (Of course, I'm logged in.)
You can comment, vote and star issues if you are logged in, see https://intellij-support.jetbrains.com/hc/articles/207241135.
Could be some issue with your account, but only YouTrack support team can help here.
Now it worked and I've stared both issues. Thanks for linking this post from there.