We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f4df4 commit ba978c9Copy full SHA for ba978c9
1 file changed
README.org
@@ -13,6 +13,13 @@ Provides support for the F# language in Emacs. Includes the following features:
13
- Completion
14
- Jump to definition [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Xref.html][Find Identifier References]] (Xref)
15
16
+
17
+** Project Status
18
19
+This implementation is based on a very old OCaml-mode codebase and has become increasingly difficult to maintain.
20
+Future development efforts should focus on [[https://github.com/bbatsov/fsharp-ts-mode][fsharp-ts-mode · GitHub]]
21
+which is built on modern Emacs features, leveraging Tree-Sitter support.
22
23
** LSP mode
24
25
The current version of =fsharp-mode= installs =fsautocomplete.exe=
0 commit comments