vscode-fortran-support icon indicating copy to clipboard operation
vscode-fortran-support copied to clipboard

Fortran language support for Visual Studio Code

Results 68 vscode-fortran-support issues
Sort by recently updated
recently updated
newest added

### 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...

feature-request

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...

feature-request

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...

help wanted
feature-request

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 -...

help wanted
feature-request

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...

feature-request

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...

syntax-highlight

![folding](https://user-images.githubusercontent.com/4652710/58760428-e862df00-8537-11e9-920f-fa4d43e9b97f.png) 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....

feature-request

## 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...

feature-request
syntax-highlight
fixed-form

The two selected lines disable most of syntax highlighting in all lines below. ![image](https://user-images.githubusercontent.com/22617006/107066434-43090f80-67de-11eb-929b-a5fc31c092b3.png) Code is from https://www.netlib.org/ode/colsys.f

syntax-highlight
status:waiting-for-reply

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...