-
Notifications
You must be signed in to change notification settings - Fork 463
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
Feature Request: Show database hierarchy in solution explorer #586
Comments
This is what I've been using in the mean time to get a list of tables. Hope it helps a little. SELECT TABLE_NAME1 |
Thanks for this suggestion. VSCode has an experimental API that would support an object-explorer like view. We won't be able to visualize this without this API being made official, but if it does become official we can look at implementing this. |
@kevcunnane If the api doesn't go through, another web application could be made in the same light as the results grid 🙄 |
Another user has requested this - see #875. It looks like the API to enable this might be implemented soon as it's on the May roadmap for VSCode: microsoft/vscode#26068. We can consider implementation of this if the API is made public and included in full builds. |
Hope to see "Support to contribute a tree section to the explorer" Extension API get knocked out soon! Thanks @kevcunnane! |
This would be huge. Love the work done so far in this extension. Can't way to see things like this come into the project in the future . |
Any movement on this, now that there is a tree view in the explorer? |
@richarddavenport - looks like this may have taken a slightly different direction. Rather than building and expanding mssql extension for vscode - they created SQL Operations Studio which leverages the treeview and vscode codebase. So nice to see a dark themed capable SSMS-style tool! Checkout their Quickstart tutorial to get an idea of what it can do - moving in the right direction, although it's still a separate tool from vscode. |
@alohaninja awesome! Thanks for the info! |
Ditto to @Memphizzz - this would really help me to adopt VS Code for SQL Sever querying! In the mean time - any decent work-arounds? |
At my company we do a lot of ad-hoc data analytics using SQL server. We have been looking for an editor that supported GIT for arbitrary scripts but still allowed users to browse Server Objects. This addition would I think satisfy our requirements and likely that of many other data analytic professionals. |
Not sure if this is still in consideration but the VS Code API to allow extensions to add tree-views is public now: |
April 2018 (version 1.23) release has some new extension points which could allow a complete database experience on vscode. https://code.visualstudio.com/updates/v1_23#_extension-authoring |
@jenseralmeida we would like to provide a Object Explorer experience using the new extensibility APIs. It's currently just a matter of freeing up a resource to work on this. |
@kburtram Great! I'm sure everyone in this thread is looking forward to it! |
+1 |
2 similar comments
+1 |
+1 |
looking forward to this feature as well |
Can you share any news on this with us @kburtram? |
@kburtram @kevcunnane - Is there a status update on this feature? |
btw, why is this thread still labeled as "blocked"? |
+1 |
This is exciting cant wait for it to be implemented! |
Potential work-around for others that don't want to use SSMS. Azure Data Studio seems to be a really good alternative for most things and is built on top of vscode: https://docs.microsoft.com/en-us/sql/azure-data-studio/what-is?view=sql-server-2017 |
So, is that the resolution then? If you want an explorer view and intellisense SQL editing, forget about vs code and mssql extension, use Azure Data Studio instead? |
@bobhy I would hope not for that. The reason I didn't want to use SSMS is because I didn't want to open yet another editor to do things. |
@Poltergeisen Exactly, I dont even want to have SSMS, VSC and SQL Operations Studio installed at the same time. And as this thread has been requesting this feature for a long time and we got confirmation from @kburtram thats its doable, I'm pretty confident I will be done soon. |
This would be really be an awesome feature. Are you still planning on developing this? |
+1 for this feature |
1 similar comment
+1 for this feature |
If only github would add a +1 button, hey +1 for that too! I'm helping! |
Waiting for this feature to have VS Code as the primary editor for sql |
Adding on my +1 to keep this alive. An object explorer would complete VS Code for most of my SQL needs. |
+1 would be great to be able to do everything from vscode |
+1 This would be a great feature. Thanks! |
+1 Really need this for what I'm currently doing lol. Thanks! |
+1 this would really help my current project! |
+1 |
+1 A must have for navigating large databases and tables |
+1 Very much looking forward to this one. |
Well I'm joining the list of people who wants to see this implemented :) |
@abist, is this feature request refused and it will not be made? |
@jenseralmeida stay tuned for updates 😉 |
+1 |
FYI, there is a perfectly usable VS Code-based SQL Server management tool available now, Azure Data Studio. It works great with local and Azure SQL Server (and, they say, PostgreSQL). It's obviously based on VSCode and has the same git and extensions tools. Switching between an ADS and VSCode window (pointed at same project folder) works well for me, YMMV. But that project has probably undermined the drive for enhancing this extension and seems to be the closest we'll come to full feature SQL editing and DB admin in this lifetime. |
A good management tool, but no better than SQL Server Management Studio for me. |
The new version is with the Object Explorer feature is out! |
Thanks for all your work, this is such a major improvement! |
is it possible to show the table and column hierarchy in solution explorer for you? something like shown in the screen shot below?
The text was updated successfully, but these errors were encountered: