You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying o transit development from SQL Server Management Studio to Visual Studio Code, but there is one crucial feature missing.
Our whole documentation is stored in MS_Description extended property for any table, stored procedure, column, view a.s.o.
In SSMS we use RedGate's SQLPrompt plugin and it provides us with enhanced tooltips when we hover over a DB object. These tooltips always contain MS_Description extended property in it.
We are trying o transit development from SQL Server Management Studio to Visual Studio Code, but there is one crucial feature missing.
Our whole documentation is stored in MS_Description extended property for any table, stored procedure, column, view a.s.o.
In SSMS we use RedGate's SQLPrompt plugin and it provides us with enhanced tooltips when we hover over a DB object. These tooltips always contain MS_Description extended property in it.
As described in following documentation:
Full docu: https://documentation.red-gate.com/sp/sql-code-completion-and-intellisense/using-the-object-definition-box-and-object-tooltips
In VSCode we can not quickly access our documentation and development without this documentation is very challenging.
The text was updated successfully, but these errors were encountered: