VS Code fortran-language-serve安装
-
(1)在vscode中安装modern fortran和fortran instelliSecse两个扩展
-
(2)安装 Python 2.7的win installer版本
下载地址:https://www.python.org/downloads/release/python-2718/ -
python pip的安装:
直接进入安装python路径并找到对应的安装文件夹,进入Scripts文件夹,在命令窗口下输入:easy_install pip
,完成pip的安装。
记得将pip的路径加入到PATH环境变量中去,否则在其他目录下会出现找不到pip的情况出现。
-
(3)下载Fortran Language Server
下载地址: https://github.com/hansec/fortran-language-server/ -
(4)将下载文件名修改为fortran-language-server,文件夹之外执行命令:
pip install fortran-language-server
,完成扩展的安装。 -
(5)设置 fortran instelliSecse的Executable Path,指向pyton的安装目录的fortls.exe文件(***\Python27\Scripts\fortls.exe)
-
(6)vscode的工作目录指向整个代码文件夹(而不是分别包含多个),就可以完成自动识别。直接使用F12或右键----快速浏览实现,即可快速实现函数与变量的定义、引用查找。
原教程目录 https://github.com/hansec/fortran-language-server/