vscode-fortran-support
vscode-fortran-support copied to clipboard
Fortran language support for Visual Studio Code
### Is there an existing request for this? - [X] I have searched the existing issues ### Feature Request Add `lfortran` as an available linter in vscode-fortran. We want to...
Hi there, your extension is quite useful to Fortran devs and I appreciate it much in my daily work. I found a VSCODE fork https://vscodium.com that is completely published under...
The vscode [CMake Tools extension](https://vector-of-bool.github.io/2018/07/20/cmt-1.1.0.html) talks to the [C/C++ extension API](https://github.com/Microsoft/vscode-cpptools-api) to provide accurate preprocessor definitions and include paths. If vscode-fortran-support would provide a similar API then the CMake Tools...
VS Code supports walkthroughs to make setting up and getting started with an extension easier see: https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs The walkthrough(s) should include: - Installing a fortran compiler, gfortran or intel -...
Use json file parse settings to the extension similar to C++. The idea is to use that same json file to parse options to `fortls`. For that we will have...
Functions or variables named the same as a fortran keyword is highlighted differently than other functions or arrays in some situations. I appreciate that this might be a quite challenging...
 Dear Miguel, Thank you for awesome extension! I faced with a code folding problem in VSCode for Fortran. VSCode folding is not language-aware and is based only on indentation....
## Description In certain cases, some are shown below in the MWE, the syntax highlighting marks the 73rd character as a comment. ## Request Make the number of characters in...
The two selected lines disable most of syntax highlighting in all lines below.  Code is from https://www.netlib.org/ode/colsys.f
Copying and pasting code in fixed form does not preserve indentation. If the first line has a comment marker in the first column, all copied lines are placed in the...