Claus Pedersen
Member³
I have the following code:
I place the cursor over the package name and press Ctrl. The package and function names are highlighted and coloured blue: myPackage.myFunction. Now, when I use Ctrl and left-click in order to see the package specification, the definition of table EMP is shown (?!)
Can this please be fixed, so it is always the hyperlinked portion of the code that is "activated".
SQL:
SELECT *
FROM emp
WHERE emp.deptno = myPackage.myFunction
I place the cursor over the package name and press Ctrl. The package and function names are highlighted and coloured blue: myPackage.myFunction. Now, when I use Ctrl and left-click in order to see the package specification, the definition of table EMP is shown (?!)
Can this please be fixed, so it is always the hyperlinked portion of the code that is "activated".