请选择 进入手机版 | 继续访问电脑版

因斯福论坛

搜索
查看: 35871|回复: 0

在VS中配置智能的Intel Fortran IDE环境

[复制链接]
发表于 2013-4-9 15:16:21 | 显示全部楼层 |阅读模式
笔者的编程环境:
  • Visual Studio 2012 SP1
  • Intel Visual Fortran Composer XE 2013
安装完Intel Fortran编译器后,可以使用VS编写Fortran程序,但你会发现此时编译器不够“智能”,例如无法查找定义、引用等,导致编程效率低下。
其实IVFC已经提供相当多的智能功能,只不过在默认情况下这些功能没有开启。
要开启这些功能,在Visual Studio的工具->选项窗口中,浏览到“文本编辑器->Fortran->Advanced”,可以看到英文选项,列举如下:
选项默认值说明
Browsing/Navigation
Collect Call/Callers graph informationfalseEnable or disable information collection for Call/Callers graph.
Collect Object Browser informationfalseEnable or disable information collection for Object Browser.
Disable Databasefalse Disable all use of code browsing database. The Database will not be opened or created.
Enable Find All Referencesfalse Enable or disable "Find all references" menu item in context menu.
Enable Go To DefinitionfalseEnable or disable "Go To Definition" menu item in context menu.
Scan system includes false Scan standard compliler modules.
Intrinsics
Enable Intrinsic Parameter InfofalseDisplays the signature of an intrinsic in a tooltip when a user types the parameter list start character.
Enable Intrinsic Quick Infofalse Displays intrinsic signatures and descriptions when a user moves the pointer over an intrinsic name.
Miscellaneous
Enumerate Comment Taskstrue Scan open source files for TODO, HACK, etc...and report them in the Task List window.
Highlight Matching Tokensfalse Highlight enclosing braces or syntax when the cursor touches one of the set.
Outlining
Enable Outliningtrue Enter outlining mode when files open.
Outline Statement Blocksfalse Enable automatic outlining of statement blocks.

除了Disable Database选项应置为false之外,其他选项均可调整为true以启用相应功能。
启用之后可以看到右键菜单的变化,悬停提示以及高亮等。
2013-4-9 15-13-28.png
右键菜单
2013-4-9 15-13-55.png
自动高亮
2013-4-9 15-14-30.png
提示
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|因斯福论坛  

GMT+8, 2024-9-10 05:16

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表