Skip to content

Commit 1ea2a35

Browse files
committed
Update README.md with Fortran-Lang Discourse
Fixes #485 Added GitHub Discussions & Discourse link
1 parent 8bc4d31 commit 1ea2a35

File tree

8 files changed

+910
-17
lines changed

8 files changed

+910
-17
lines changed

README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,27 @@
2222
- Hover support, Signature help and Auto-completion
2323
- GoTo/Peek implementation and Find/Peek references
2424
- Project-wide and Document symbol detection and Renaming
25-
- Native Language Server integration with [`fortls`](https://github.com/gnikit/fortls)
26-
- Linting support 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) and `ifx`
27-
- Debugger [C/C++ extension](https://github.com/Microsoft/vscode-cpptools)
28-
- Formatting with [findent](https://github.com/gnikit/findent-pypi) or [fprettify](https://github.com/pseewald/fprettify)
29-
- Code snippets (more can be defined by the user [see](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets))
25+
- [Native Language Server integration](#language-server-integration) with [`fortls`](https://github.com/gnikit/fortls)
26+
- [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`
27+
- [Interactive Debugger with UI](#debugging)
28+
- [Formatting](#formatting) with [findent](https://github.com/gnikit/findent-pypi) or [fprettify](https://github.com/pseewald/fprettify)
29+
- [Code snippets](#snippets) (more can be defined by the user [see](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets))
30+
31+
## Get Started & Seek Support
32+
33+
<p float="left">
34+
<a href="https://fortran-lang.org/learn/"><img src="./assets/readme.tutorial.svg"/></a>
35+
<a href="https://github.com/fortran-lang/vscode-fortran-support/discussions"><img src="./assets/readme.github.svg"/></a>
36+
<a href="https://fortran-lang.discourse.group/"><img src="./assets/readme.discourse.svg"/></a>
37+
</p>
38+
39+
### Useful Tools
40+
41+
<p float="center">
42+
<a href="https://gnikit.github.io/fortls"><img src="./assets/readme.fortls.svg"/></a>
43+
<a href="https://fpm.fortran-lang.org"><img src="./assets/readme.fpm.svg"/></a>
44+
<a href="https://github.com/fortran-lang/stdlib"><img src="./assets/readme.stdlib.svg"/></a>
45+
</p>
3046

3147
## Language Server integration
3248

@@ -257,16 +273,8 @@ For debugging you need to have one of the following debuggers installed:
257273
- **macOS**: GDB or LLDB
258274
- **Windows**: GDB or Visual Studio Windows Debugger
259275

260-
## Issues
261-
262-
Please report any issues and feature request on the GitHub repo [here](https://github.com/fortran-langiguelangel/vscode-fortran-support/issues/new)
263-
264-
## Notice
265-
266-
The syntax highlight support was imported from [TextMate bundle](https://github.com/textmate/fortran.tmbundle)
267-
268-
The idea of using `gfortran` comes from this awesome [fortran plugin](https://github.com/315234/SublimeFortran) for Sublime Text.
269-
270-
## LICENSE
276+
## Contributing
271277

272-
MIT
278+
- [Guidelines](https://github.com/fortran-lang/vscode-fortran-support/blob/master/CONTRIBUTING.md)
279+
- [Code of conduct: Contributor Covenant](https://github.com/fortran-lang/.github/blob/main/CODE_OF_CONDUCT.md)
280+
- [License](https://github.com/fortran-lang/vscode-fortran-support/blob/master/LICENSE)

assets/readme.discourse.svg

Lines changed: 78 additions & 0 deletions
Loading

assets/readme.fortls.svg

Lines changed: 93 additions & 0 deletions
Loading

assets/readme.fpm.svg

Lines changed: 127 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)