{"id":28245,"date":"2019-10-17T12:00:34","date_gmt":"2019-10-17T19:00:34","guid":{"rendered":""},"modified":"2024-01-29T10:31:46","modified_gmt":"2024-01-29T18:31:46","slug":"mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/","title":{"rendered":"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode"},"content":{"rendered":"<p>Today we\u2019re introducing a new release for the <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-mssql.mssql\">mssql extension for Visual Studio Code<\/a> which is now available!<\/p>\n<p>The mssql extension for Visual Studio Code is the official SQL Server extension that supports connections to SQL Server and rich editing experience for T-SQL in your favorite developer tool, <a href=\"https:\/\/code.visualstudio.com\/\">Visual Studio Code.<\/a><\/p>\n<p>You can <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-mssql.mssql\">download the mssql extension<\/a> and <a href=\"https:\/\/docs.microsoft.com\/sql\/linux\/sql-server-linux-develop-use-vscode?view=sql-server-2017\">try out a tutorial to get started.<\/a><\/p>\n<p>This is one of the largest mssql extension updates to date. This update includes the number one and two most requested features over the last two years: <strong>SQL Server Management Studio<\/strong> <strong>Object Explorer <\/strong>and <strong>SQL Server command line<\/strong> (<strong>SQLCMD) <\/strong>support. In addition, we\u2019re innovating IntelliSense through AI-assisted Visual Studio <strong>IntelliCode <\/strong>support.<\/p>\n<p>This release includes:<\/p>\n<ul>\n<li>Announcing IntelliCode support<\/li>\n<li>Added support for Object Explorer<\/li>\n<li>Added support for SQLCMD mode<\/li>\n<li>New SqlClient driver<\/li>\n<li>Bug fixes<\/li>\n<\/ul>\n<p>Read on to learn more about this new update.<\/p>\n<h2>Announcing IntelliCode support<\/h2>\n<p>Today we\u2019re sharing a wonderful collaborative effort with the Visual Studio Code IntelliCode team. If you haven\u2019t heard of IntelliCode, we highly encourage you to read the <a href=\"https:\/\/devblogs.microsoft.com\/visualstudio\/announcing-the-general-availability-of-intellicode-plus-a-sneak-peek\/\">general availability announcement from Build 2019.<\/a> IntelliCode is a set of AI-assisted capabilities that aims to improve developer productivity with features like contextual IntelliSense, code formatting, and style rule inference. With this release of the mssql extension, we now support IntelliCode in the mssql extension.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full size-full aligncenter\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/09\/780.gif\" alt=\"IntelliCode in mssql extension.\" width=\"1282\" height=\"577\" \/><\/p>\n<p>For this initial launch, SQL Server developers can now get smarter IntelliSense for T-SQL <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/t-sql\/language-elements\/reserved-keywords-transact-sql?view=sql-server-2017\">reserved keywords<\/a> like SELECT, FROM, WHERE, and many more. The IntelliCode suggestions are starred items that appear at the top of the IntelliSense list. This improves productivity as you write your T-SQL queries as reserved keywords you are looking for appear at the top for quick completion. You can see the suggestions by the light bulb icon that appears in the IntelliSense menu as you are typing. This improves productivity as you write your T-SQL queries as reserved keywords that you are looking for appear at the top.<\/p>\n<p>In order to try out IntelliCode, you will first need to download the IntelliCode extension. After downloading the extension, you can start seeing IntelliCode working instantly in your SQL Server query files.<\/p>\n<p>We will continue to work with the IntelliCode team to unlock even more IntelliCode features for our SQL Server users. If this feature triggers a light bulb for you and you have ideas for how this feature can help you, please <a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\">submit a feature request on our GitHub issues page.<\/a><\/p>\n<p>To learn more about IntelliCode, check out the <a href=\"https:\/\/visualstudio.microsoft.com\/services\/intellicode\/\">IntelliCode product page.<\/a><\/p>\n<h2>Announcing Object Explorer<\/h2>\n<p>The <a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\/586\">#1 most requested feature<\/a> is to bring Object Explorer support into the mssql extension, and we &#8216;re excited to announce we now support an Object Explorer in Visual Studio Code.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full size-full aligncenter\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/09\/780-inline.gif\" alt=\"Object explorer now in mssql extension.\" width=\"885\" height=\"463\" \/><\/p>\n<p>This well-known feature is an essential component for our dedicated <a href=\"https:\/\/docs.microsoft.com\/sql\/ssms\/download-sql-server-management-studio-ssms?view=sql-server-2017\">SQL Server Management Studio<\/a> and <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/azure-data-studio\/download?view=sql-server-2017\">Azure Data Studio<\/a> users. An object explorer allows developers to easily make connections to their SQL servers and databases and explore the hierarchy of the SQL Server instance. Users can also easily launch new query windows for specific databases or even run a basic <strong>SELECT TOP 1000<\/strong> on a table. This makes it much easier for developers to explore the structure of a database.<\/p>\n<p>After downloading the new update, you can access the Object Explorer through the server icon on the left activity bar. You can then add a new connection or explore an existing connection. We hope this feature will improve your productivity.<\/p>\n<p>If you have additional feature requests you would like to see in the Object Explorer, <a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\">let us know on GitHub.<\/a><\/p>\n<h2>Announcing SQLCMD mode<\/h2>\n<p>The <a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\/599\">second most highly asked for feature<\/a> that was <a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/09\/10\/the-september-release-of-azure-data-studio-is-now-available\/\">also announced in Azure Data Studio<\/a> was adding SQLCMD mode support. SQLCMD mode allows users to write and edit queries as SQLCMD scripts, and also execute the SQLCMD scripts.<\/p>\n<p>From the command prompt, users can toggle SQLCMD mode on or off, and Visual Studio Code will recognize the syntax.<\/p>\n<p>To learn more about SQLCMD mode, <a href=\"https:\/\/docs.microsoft.com\/sql\/ssms\/scripting\/edit-sqlcmd-scripts-with-query-editor?view=sql-server-2017\">check out our documentation.<\/a><\/p>\n<h2>Microsoft.Data.SqlClient support<\/h2>\n<p>With this release, this extension is moving from System.Data.SqlClient to the new Microsoft.Data.SqlClient client access library. This new library was <a href=\"https:\/\/devblogs.microsoft.com\/dotnet\/introducing-the-new-microsoftdatasqlclient\/\">announced<\/a> at Build in May and released to <a href=\"https:\/\/techcommunity.microsoft.com\/t5\/SQL-Server\/Released-General-Availability-of-Microsoft-Data-SqlClient-1-0\/ba-p\/825859\">general availability<\/a> in August. This update will keep the mssql extension in step with SQL Server as new driver-impacting features are released.<\/p>\n<h2>Bug Fixes<\/h2>\n<p>With each release, we look at the top requested customer reported issues and strongly consider those issues first. The theme for this release was to focus on improving security and accessibility issues.<\/p>\n<p>Fixes include:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\/1272\">Users can now adjust the size of the SQL results window<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\/1260\">Users can navigate with the keyboard away from the SQL results screen<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\/1285\">Fixed copy and paste with keyboard shortcut<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\/1000\">Added <strong>Copy Header <\/strong>option to the results grid<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/pull\/1290#issuecomment-531993492\">The full list of bug fixes can be found on our GitHub<\/a><\/li>\n<\/ul>\n<h2>Contact us<\/h2>\n<p>If you have any feature requests or issues to report, you can reach out to us <a href=\"https:\/\/github.com\/microsoft\/vscode-mssql\/issues\">through GitHub issues.\u00a0<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today we\u2019re introducing a new release for the mssql extension for Visual Studio Code which is now available! The mssql extension for Visual Studio Code is the official SQL Server extension that supports connections to SQL Server and rich editing experience for T-SQL in your favorite developer tool, Visual Studio Code.<\/p>\n","protected":false},"author":5562,"featured_media":27918,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[5227,2406,2418],"content-type":[2448],"topic":[2466],"coauthors":[2487],"class_list":["post-28245","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","product-sql","product-sql-server-2017","product-sql-server-on-linux","content-type-updates","topic-developer","review-flag-1-1593580431-15","review-flag-gener-1593580750-651","review-flag-new-1593580247-437"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - Microsoft SQL Server Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - Microsoft SQL Server Blog\" \/>\n<meta property=\"og:description\" content=\"Today we\u2019re introducing a new release for the mssql extension for Visual Studio Code which is now available! The mssql extension for Visual Studio Code is the official SQL Server extension that supports connections to SQL Server and rich editing experience for T-SQL in your favorite developer tool, Visual Studio Code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft SQL Server Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/sqlserver\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-17T19:00:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-29T18:31:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1333\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"SQL Server Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:site\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SQL Server Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/\",\"@type\":\"Person\",\"@name\":\"SQL Server Team\"}],\"headline\":\"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode\",\"datePublished\":\"2019-10-17T19:00:34+00:00\",\"dateModified\":\"2024-01-29T18:31:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\"},\"wordCount\":838,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\",\"name\":\"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - Microsoft SQL Server Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg\",\"datePublished\":\"2019-10-17T19:00:34+00:00\",\"dateModified\":\"2024-01-29T18:31:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg\",\"width\":2000,\"height\":1333,\"caption\":\"a group of people on a sidewalk\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"name\":\"Microsoft SQL Server Blog\",\"description\":\"Official News from Microsoft\u2019s Information Platform\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\",\"name\":\"Microsoft SQL Server Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft SQL Server Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/sqlserver\",\"https:\/\/x.com\/SQLServer\",\"https:\/\/www.youtube.com\/user\/MSCloudOS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - Microsoft SQL Server Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/","og_locale":"en_US","og_type":"article","og_title":"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - Microsoft SQL Server Blog","og_description":"Today we\u2019re introducing a new release for the mssql extension for Visual Studio Code which is now available! The mssql extension for Visual Studio Code is the official SQL Server extension that supports connections to SQL Server and rich editing experience for T-SQL in your favorite developer tool, Visual Studio Code.","og_url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/","og_site_name":"Microsoft SQL Server Blog","article_publisher":"http:\/\/www.facebook.com\/sqlserver","article_published_time":"2019-10-17T19:00:34+00:00","article_modified_time":"2024-01-29T18:31:46+00:00","og_image":[{"width":2000,"height":1333,"url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg","type":"image\/jpeg"}],"author":"SQL Server Team","twitter_card":"summary_large_image","twitter_creator":"@SQLServer","twitter_site":"@SQLServer","twitter_misc":{"Written by":"SQL Server Team","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/","@type":"Person","@name":"SQL Server Team"}],"headline":"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode","datePublished":"2019-10-17T19:00:34+00:00","dateModified":"2024-01-29T18:31:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/"},"wordCount":838,"commentCount":0,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/","name":"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - Microsoft SQL Server Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg","datePublished":"2019-10-17T19:00:34+00:00","dateModified":"2024-01-29T18:31:46+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/07\/SQL-1.jpg","width":2000,"height":1333,"caption":"a group of people on a sidewalk"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2019\/10\/17\/mssql-extension-for-visual-studio-code-now-has-object-explorer-and-intellicode\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/"},{"@type":"ListItem","position":2,"name":"Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","name":"Microsoft SQL Server Blog","description":"Official News from Microsoft\u2019s Information Platform","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization","name":"Microsoft SQL Server Blog","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft SQL Server Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/sqlserver","https:\/\/x.com\/SQLServer","https:\/\/www.youtube.com\/user\/MSCloudOS"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/28245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/users\/5562"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/comments?post=28245"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/28245\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media\/27918"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media?parent=28245"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/post_tag?post=28245"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/product?post=28245"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/content-type?post=28245"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/topic?post=28245"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/coauthors?post=28245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}