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

Intellisense in VS 2010 for types

HAMISH
Beginner
699 Views
I'm using Visual Studio2010 and the latest intel fortran for windows.
I have a lot of type definitions in my code, and the intellisense doesn't seem to work for types. You can not go to definition or find all references, for any variable with its type before it (i.e. this%variable). Instead it just takes you to the type definition. Is there something that needs to be done in the properties to turn this on?

It would also be great to be given an option of all variables within the type while you were typing.(Like it does for a use statement, and like most codes do in VS 2010)
Is this possible, or will it be in the future. Object Oriented programming is great, but it isn't nearly as good as it should beif your IDE is behind the game.

Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
699 Views
The Go To Definition, etc. for derived types is a known issue and the developers tell me they have fixed it for a future release or update.

I will pass along your suggestion.
0 Kudos
Reply