[ 源代码: fortran-language-server ]
软件包:fortran-language-server(1.12.0-1)
fortran-language-server 的相关链接
Debian 的资源:
下载源码包 fortran-language-server:
- [fortran-language-server_1.12.0-1.dsc]
- [fortran-language-server_1.12.0.orig.tar.gz]
- [fortran-language-server_1.12.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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
- 交互式高级面向对象语言(默认 python3 版本)
-
- sug: elpa-lsp-mode
- Emacs client/library for the Language Server Protocol