Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29266 Discussions

follow up to Chuckhp's question - fortran class view

jebrubaker
Beginner
487 Views
Chuck originally asked the following question two years ago.

"Is there a way to get a list of all the functions and subroutines in a fortran source file using the IVF IDE? I am used to using emacs, where I can easily get a drop down list of all the functions and subroutines and go to any one of them by just selecting one of them. I thought I would be able to do this with the Object Browser, but it looks like that only works for C projects. It is greyed out whenever I have a fortran project opened. Why doesn't that work for fortran projects as well?


Namely, is there a class view available in Fortran. Has this been added in any subsequent versions of Fortran to the compiler since two years ago, or do any third party tools provide this functionality?

Thanks in advance,
Jeff
0 Kudos
1 Reply
Steven_L_Intel1
Employee
487 Views

There is not currently equivalent functionality for Fortran. We may support the object browser in the future. However, we will in the future support generating a listing file with a symbol table and cross-reference. Not as nice as a drop-down list, I'll agree.
0 Kudos
Reply