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

An extension for VS Code which provides support for the Fortran language.

Results 9 vscode-fortran issues
Sort by recently updated
recently updated
newest added

Are you planning on publishing this extension in the open vsx regestry so it can be installed in vscodium as well? That would be absolutely fantastic. https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions-marketplace

Using v0.1.0, comments following a "!" are interpreted as strings if they contain the "'" character: ``` C Now it's time for the background vectors C Call FillFB(FB,muB) CL=0.9D0 !...

bug

There is some difference in syntax highlighting when initializing a variable with an intrinsic data type and a variable with a user-defined data type: ![image](https://user-images.githubusercontent.com/48132161/97579031-a119a000-1a02-11eb-91c6-f42035f8554f.png) And this applies not only...

Hi, The highlighting support for type declaration needs to be improved. For example, ```fortran type A real :: b end type A ``` displays correctly, but ```fortran type :: A...

Subroutine or function symbols that would make it easy to access parts of a file with `ctrl+p @` would be very useful. I would happily help in trying to add...

enhancement
help wanted
hacktoberfest

Hello, Function or subroutine names are not highlighted when called. I am wondering is it possible to highlight the names by modifying the syntax file. Thank you.

Hello, When I divide the variables that I declare inside a subroutine into multiple lines, they are colour coded differently. For clarity I have added the following screen shot: ![image](https://user-images.githubusercontent.com/16416796/34641565-046b6d70-f2fe-11e7-9af6-d675267be8ff.png)...

Hi : ) As you surely know, VSCode just implemented an auto-indent feature. I tried to create a pull request, but since the old one is still open this gets...

enhancement
hacktoberfest

Hi. I think it would be great to have the fortran extension providing some basic features like "make" out of the box (i.e. without installing third party all-purpose code runners)....