[ nabia ]
[ aramo ]
[ 原始碼: fortran-language-server ]
套件: fortran-language-server (1.10.3-2)
fortran-language-server 的相關超連結
Trisquel 的資源:
下載原始碼套件 fortran-language-server:
- [fortran-language-server_1.10.3-2.dsc]
- [fortran-language-server_1.10.3.orig.tar.gz]
- [fortran-language-server_1.10.3-2.debian.tar.xz]
維護者:
Original Maintainers:
- Python Applications Packaging Team (郵件存檔)
- Denis Danilov
外部的資源:
- 主頁 [github.com]
相似套件:
Fortran Language Server for the Language Server Protocol
Fortran Language Server (fortls) is an implementation of the Language Server Protocol. It can be used with editors that supports the protocol (e.g. Emacs with elpa-lsp-mode) to offer support for code completion and documentation.
Supported LSP features include:
* Document symbols (textDocument/documentSymbol) * Auto-complete (textDocument/completion) * Signature help (textDocument/signatureHelp) * GoTo/Peek definition (textDocument/definition) * Hover (textDocument/hover) * GoTo implementation (textDocument/implementation) * Find/Peek references (textDocument/references) * Project-wide symbol search (workspace/symbol) * Symbol renaming (textDocument/rename) * Documentation parsing (Doxygen and FORD styles) * Diagnostics
其他與 fortran-language-server 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: elpa-lsp-mode
- Emacs client/library for the Language Server Protocol