Closed Maarti closed 3 years ago
Ctrl + click on myLib.theFunction should open the file myLib.groovy and place the cursor on the theFunction() line.
Ctrl + click
myLib.theFunction
myLib.groovy
theFunction()
Done in 1.5.0
1.5.0
Ctrl + click
onmyLib.theFunction
should open the filemyLib.groovy
and place the cursor on thetheFunction()
line.