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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
- GoTo/Peek implementation and Find/Peek references
37
37
- Project-wide and Document symbol detection and Renaming
38
38
-[Native Language Server integration](#language-server-integration) with [`fortls`](https://github.com/gnikit/fortls)
39
-
-[Linting support](#linting) for GCC's [`gfortran`](https://gcc.gnu.org/wiki/GFortran), and Intel's [`ifort`](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html), `ifx`
-[Formatting](#formatting) with [findent](https://github.com/gnikit/findent-pypi) or [fprettify](https://github.com/pseewald/fprettify)
42
42
-[Code snippets](#snippets) (more can be defined by the user [see](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets))
@@ -81,6 +81,12 @@ For more about the Language Server's capabilities please refer to the
81
81
Linting allows for compiler error and warning detection while coding
0 commit comments