I try to see the definition of a Stored Procedure.
So I selected the object and click the "Go to Definition
" / F12
button. Even I tried "Peek definition" also.
But I am getting "No definition found for the Stored Procedure"
Can anyone suggest what am I missing here. Any solution for this to resolve.
CodePudding user response:
"Go to Definition" comes from LSP (Language Server Protocol)
An extension like MySQL) would not bring that feature.
Only an LSP implementation like:
- lighttiger2505/sqls
Microsoft/vscode-mssql/src/languageservice
, part of the SQL Server extension for Visual Studio Code, would help.