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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,20 +65,6 @@ and [Emacs](https://fortls.fortran-lang.org/editor_integration.html#emacs).
65
65
66
66
- Signature help and hover does not handle elegantly overloaded functions i.e. interfaces
67
67
68
-
## `fortls` vs `fortran-language-server`
69
-
70
-
This project was originally based on `fortran-language-server` LSP implementation, but the two projects have since diverged.
71
-
72
-
`fortls` (this project) is now developed independently of the upstream `hansec/fortran-language-server` project and contains numerous new features and bug fixes
73
-
the original `fortran-language-server` does not.
74
-
75
-
For a complete and detailed list of the differences between the two Language Servers
76
-
see the Documentation section: [Unique fortls features (not in fortran-language-server)](https://fortls.fortran-lang.org/fortls_changes.html)
77
-
78
-
The name of executable for this project has been chosen to remain `fortls`
79
-
to allow for integration with pre-existing plugins and workflows, but it could
80
-
change in the future.
81
-
82
68
## Future plans
83
69
84
70
`fortls` has reached a point where it is feature complete and stable enough to be used in many modern Fortran projects without any issues.
@@ -176,6 +162,20 @@ An example for a Configuration file is given below
176
162
|`textDocument/didChange`| Document synchronisation upon changes to the document |
This project was originally based on `fortran-language-server` LSP implementation, but the two projects have since diverged.
168
+
169
+
`fortls` (this project) is now developed independently of the upstream `hansec/fortran-language-server` project and contains numerous new features and bug fixes
170
+
the original `fortran-language-server` does not.
171
+
172
+
For a complete and detailed list of the differences between the two Language Servers
173
+
see the Documentation section: [Unique fortls features (not in fortran-language-server)](https://fortls.fortran-lang.org/fortls_changes.html)
174
+
175
+
The name of executable for this project has been chosen to remain `fortls`
176
+
to allow for integration with pre-existing plugins and workflows, but it could
177
+
change in the future.
178
+
179
179
## Acknowledgements
180
180
181
181
This project would not have been possible without the original work of [@hansec](https://github.com/hansec/)
0 commit comments