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.

String match for specific subroutines or functions

awa5114
Beginner
766 Views

I am using Visual Studio 2015 with Intel Fortran 2016. I would like to be able to search for specific strings within  a specific subroutine or function. Is there a Ctrl+F type functionality which can allow me to do something like this? Thanks

0 Kudos
2 Replies
IanH
Honored Contributor III
766 Views

Perhaps not the sort of work flow you are thinking of, but you can do find and find all "in selection".  Select the text of the procedure, Ctrl-F, change "Current Document" to be "Selection", navigate through the results.

If outlining is enabled, selecting the opening line for a collapsed procedure selects the entire contents of the procedure.

0 Kudos
awa5114
Beginner
766 Views

Yep thats what I was looking for thanks

0 Kudos
Reply