microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Messages and Line Number #8421

Open witwiki opened 5 years ago

witwiki commented 5 years ago

Issue Type: Feature Request

Would love the same feature as in SQL Server where when you double click on an error (or any) message it directs you straight to the line number in the code editor.

Azure Data Studio version: azuredatastudio 1.13.1 (d08d07fe39c7fe74f9265db02cb963c38d048299, 2019-11-14T23:08:09.800Z) OS version: Windows_NT x64 10.0.17134

anthonydresser commented 5 years ago

The "started executing query as" text is clickable and will take you to the batch that those messages are associated with. I don't think we currently have the ability to get more specific than batch level. @kburtram thoughts? image