plsqldoc; cannot view documentation for the object under the mouse cursor

vb.de

Member²
Hello,
I'm just testing PL/SQL Developer with the plsqldoc plugin.
I've loaded loaded a PL/SQL-Package from source file and generated the documentation. Works fine so far. But when I right-click on a call of a procedure in the source-code, I didn't get the functions "Generate documentation" and "View documentation" as described in the documentation of plsqldoc. I only see "Copy plsdoc parameters".

Could you help me to get the reference to the generated doc from the source code? Or is there something I got wrong.

Thanks
vb.de
 
Perhaps this is a procedure within a package? You cannot create documentation for a single packaged element, only for the whole package.
 
Maybe a misunderstanding.
I generated the documentation from a package source code file, which works fine as I said. When I browse that source code and find a procedure call I expected a right click on the procedure name and 'view documentation' would show my the html-documentaion at the postion of that procedure.
But thats not posible, is it?

vb.de
 
No, that is not possible. This only works for the root object (package, standalone procedure, trigger, and so on). I have added this to the list of enhancement requests though.
 
Back
Top