You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This extension provides support for the Fortran programming language. It includes syntax highlighting, code snippets and a linting based on gfortran. You can download the Visual Estudio Code editor from [here](https://code.visualstudio.com/download).
9
+
> This extension provides support for the Fortran programming language. It includes syntax highlighting, code snippets and a linting based on `gfortran`. You can download the Visual Studio Code editor from [here](https://code.visualstudio.com/download).
10
10
11
11
## Features
12
12
13
-
* Syntax highlighting
14
-
* Code Snippets
15
-
* Documentation on hover for intrisic functions
16
-
* Code linting based on `gfortran` to show errors swiggles in your code
17
-
* Code autocompletion (beta)
18
-
* Symbols provider
13
+
- Syntax highlighting
14
+
- Code Snippets
15
+
- Documentation on hover for intrinsic functions
16
+
- Code linting based on `gfortran` to show errors wiggles in your code
17
+
- Code autocompletion (beta)
18
+
- Symbols provider
19
19
20
20

21
21
@@ -58,17 +58,25 @@ You can configure what kind of symbols will appear in the symbol list by using
58
58
59
59
The available options are
60
60
61
-
* "function"
62
-
* "subroutine"
63
-
* "variable"
64
-
* "module" (not supported yet)
65
-
* "program" (not supported yet)
61
+
- "function"
62
+
- "subroutine"
63
+
- "variable"
64
+
- "module" (not supported yet)
65
+
- "program" (not supported yet)
66
66
67
67
and by default only functions and subroutines are shown
68
68
69
+
You can also configure the case for fortran intrinsics auto-complete by using
0 commit comments