Hello,
I've used INTERNAL SUBROUTINES in my Fortran code:
PROGRAM prog<...> CALL internal1 CONTAINS SUBROUTINE internal1 < ...> END SUBROUTINE internal1 END PROGRAM prog
INTEL VISUAL FORTRAN only shows external subroutines in the drop down list above the text editor. Is it possible to show internal subroutines there too? (see attached picture)