Sometimes, you can right-click on the name of the function or subroutine in your code and choose "Go To Definition", it will open the source code. But if your function name is declared as an external function, it may not work. It does work if you declare your function in the interface block.