File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,17 @@ This extension provides support for the Fortran programming language. It include
8
8
* Code Snippets
9
9
* Documentation on hover for intrisic functions
10
10
* Code linting based on ` gfortran ` to show errors swiggles in your code
11
+
11
12
## Snippets
12
13
This are some of the snippets included
13
-
14
14
#### Program skeleton
15
-
16
15
![ program snippet] ( https://media.giphy.com/media/OYdq9BKYMOOdy/giphy.gif )
17
-
18
16
#### Module skeleton
19
17
![ module snippet] ( https://media.giphy.com/media/3ohzdUNRuio5FfyF1u/giphy.gif )
18
+
19
+ ## Error swiggles
20
+ To trigger code validations you must save the file first.
21
+
20
22
## Requirements
21
23
For the linter to work you need to have ` gfortran ` on your path, or wherever you configure it to be.
22
24
## Issues
You can’t perform that action at this time.
0 commit comments