Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do Fortran90 code Auto-Completion in Visual Studio 2008 with Intel Visual Fortran Compiler?

As we all know that Visual Studio provides well support for C# code auto-completion and IntelliSense.

Now I have Intel Visual Fortran Compiler integrated into Visual Studio 2008, and want to make Visual Studio also provides support of Fortran 90 code IntelliSense!

How to deal with it? Thanks!

like image 686
Jason Avatar asked Jan 17 '23 15:01

Jason


1 Answers

A bit late, but you might want to check out Fortran Code Nav

It's a (free) addin for Visual Studio (2008, 2010 & 2012) that provides Intellisense for Fortran 90. Additionally it has some 'ReSharper-inspired' jump / search functionality.

I created the tool for some colleagues in my spare time, so it's not production quality, but it should be able to parse most fortran constructs and, as far as I can tell, performs smoothly on larger solutions as well.

like image 129
Tiemen Schreuder Avatar answered Jan 31 '23 02:01

Tiemen Schreuder