|
22 | 22 | - Hover support, Signature help and Auto-completion
|
23 | 23 | - GoTo/Peek implementation and Find/Peek references
|
24 | 24 | - 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> |
30 | 46 |
|
31 | 47 | ## Language Server integration
|
32 | 48 |
|
@@ -257,16 +273,8 @@ For debugging you need to have one of the following debuggers installed:
|
257 | 273 | - **macOS**: GDB or LLDB
|
258 | 274 | - **Windows**: GDB or Visual Studio Windows Debugger
|
259 | 275 |
|
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 |
271 | 277 |
|
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) |
0 commit comments