Home > front end >  "Go to Definition" and "Peek Definition" functionalities are not working in Visu
"Go to Definition" and "Peek Definition" functionalities are not working in Visu

Time:11-17

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:

  • Related