Fortran CodeNav is a Visual Studio Extension which helps you to navigate through Fortran 90 code. It contains several parsers to generate a code structure representation which is used to provide jump-to and search functionality with limited context-awareness. Additionally it provides scope-aware code completion (IntelliSense). An overview of the basics can be viewed here: https://www.youtube.com/watch?v=ApumbtDAqMM The tool is now open source, please see: https://github.com/tiemenschreuder/FortranCodeNav The available commands and keyboard shortcuts appear in the 'Tools' menu under 'Fortran CodeNav'. You can change the default keyboard shortcuts using the Visual Studio options. There is limited support for other fortran versions. A Fortran CodeNav for older versions of Visual Studio can be downloaded here: https://publicwiki.deltares.nl/display/FCN/Home Please note that this was created in my spare time for some collegues; I hope it is useful to you as well, but keep in mind this is not a professional product, so there are probably a few bugs here and there. |