Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

VS : Easily accessing functions and subroutines in modules

netphilou31
New Contributor III
644 Views
Hi,

I am using VS2005 with Intel Fortran Visual Fortran XE 12.1.1.258 and I was wondering if there was an easy way to navigate and quickly access to functions and subroutines codes located in a same module (which contains a lot of them). I was thinking about something close to the class explorer. If not, is there any addin for VS2005 ? I am also using "Understand for Fortran" separately but it is not really convenient to use both software simultaneously.

Best regards,
0 Kudos
4 Replies
Steven_L_Intel1
Employee
644 Views
Not in VS2005, but in VS2010 you get a dropdown with all the functions and can go to individual functions.
0 Kudos
netphilou31
New Contributor III
644 Views
Thanks steve,

Unfortunately, I don't use VS2010. I will look at this if we buy it in the future. In the meantime, do you known if some addin doing the same things is available for VS2005 ?

Regards,
0 Kudos
Steven_L_Intel1
Employee
644 Views
Intel Visual Fortran 12.x comes with VS2010 Shell, though it won't install by default if you have VS2005. You can select it manually. I do not know of an addin for VS2005.
0 Kudos
netphilou31
New Contributor III
644 Views
Thanks,

I will try that.

Regards,
0 Kudos
Reply