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

VS2013 Power Tools: Margin Code Structure

jimmyajones
Beginner
609 Views

I've been searching to find if there's a way to view the code structure in the margin for Intel Fortran in the same way C++ displays it.

For reference: C++ displays an arc that goes from the start to the end of a loop (for, while, etc) in the margin. This is enabled in the VS2013 Productivity Power Tools>>Other Extensions>>Structure visualizer options>>"Show code structure in the margin" selected.

Maybe it doesn't work with Intel Fortran.  If so, fine. The same applies to helpful lines that are drawn between the start and end of the loops in the editor itself. I can't seem to find a note on any of these features available for Intel Fortran.

Thanks,

Jimmy

0 Kudos
2 Replies
FortranFan
Honored Contributor III
609 Views

You may be aware of this: https://software.intel.com/en-us/node/524601.  Look at the "Outlining section" - does that address what you're looking for re: loops?

 

0 Kudos
jimmyajones
Beginner
609 Views

Thanks FortranFan,

Unfortunately that only affects the +/- next to the IF/DO/ELSE/WHILE/etc and not the scroll bar.

0 Kudos
Reply