[ ソース: fortran-language-server ]
パッケージ: fortran-language-server (3.1.2+dfsg-1)
fortran-language-server に関するリンク
Debian の資源:
fortran-language-server ソースパッケージをダウンロード:
- [fortran-language-server_3.1.2+dfsg-1.dsc]
- [fortran-language-server_3.1.2+dfsg.orig.tar.gz]
- [fortran-language-server_3.1.2+dfsg-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [fortls.fortran-lang.org]
類似のパッケージ:
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)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- または python3-supported-min (>= 3.8)
- パッケージは利用できません
-
- dep: python3-json5
- manage data in JSON5 format in Python
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- または python3-supported-min (>= 3.8)
- パッケージは利用できません
-
- sug: elpa-lsp-mode
- Emacs client/library for the Language Server Protocol