I'm using VS 2008 with Intel's Visual Fortran compiler. Its integration with VS is prettty good, but there are few things I'd still like to sort out. Hoping you could help me with some of them.
- Is there a way to define new outlining (folding) rules in VS, so that it automatically folds from, let's say, CALL SUBROUTINE till END SUBROUTINE ?
- Is there a way to redefine VS's keyboard shortcuts. I'd like to redefine commenting shortcut from default to something simpler, like Alt-C ?
- I'm often making a project in which I have to add some additional dependencies under configuration properties, and some libraries as well. Is there a way I could define new project somehow (you know, when I go to New Project then I'd have MyNiceProject), so I have predefined those settings.
- I've installed Intel's Array Visualizer. A nice thing as a standalone application, but when I go in debug mode, I can't seem to be able to visualize any array. The option "View Array" under Debug toolbar just stays greyed out. Any ideas ?
Help on any of these would be much appreciated.
I know these are 4 questions under the one title, but not many people use fortran with vs in here, so I thought it best not to "suffocate" the main page with 4 separate ones.