@maxfield/node-casl2-language-server
v1.0.2
Published
CASL2 language server conforming to Microsoft's Language Server Protocol
Downloads
6
Readme
node-casl2-language-server
node-casl2-language-serverはMicrosoftのLanguage Server Protocol に準拠した言語サーバーです。
Features
Completion
method: 'textDocument/completion'
命令コード,ラベル,GRのコード補完を行います。
Definition
method: 'textDocument/definition'
シンボルの定義位置を表示します。
References
method: 'textDocument/references'
シンボルへの参照を表示します。
Document Highlight
method: 'textDocument/documentHighlight'
同一のシンボルをハイライトします。
Rename
method: 'textDocument/rename'
同一のシンボルをリネームします。
Document Symbol
method: 'textDocument/documentSymbol'
ドキュメント内のシンボル(サブルーチン,ラベル)を表示します。
Hover
method: 'textDocument/hover'
ホバーしたシンボルの情報を表示します。
Signature Help
method: 'textDocument/signatureHelp'
命令のシグネチャ情報を表示します。
Code Action
method: 'textDocument/codeAction'
エラーや警告を解消するアクションを提供します。
Document Formatting
method: 'textDocument/formatting'
ドキュメント全体のコード整形を行います。
Author
License
MIT