1.0.2 • Published 7 years ago

@maxfield/node-casl2-language-server v1.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

node-casl2-language-server

Build Status Coverage Status

node-casl2-language-serverはMicrosoftのLanguage Server Protocol に準拠した言語サーバーです。

Features

Completion

method: 'textDocument/completion'

命令コード,ラベル,GRのコード補完を行います。

Completion

Definition

method: 'textDocument/definition'

シンボルの定義位置を表示します。

Definition

References

method: 'textDocument/references'

シンボルへの参照を表示します。

References

Document Highlight

method: 'textDocument/documentHighlight'

同一のシンボルをハイライトします。

Document Highlight

Rename

method: 'textDocument/rename'

同一のシンボルをリネームします。

Rename

Document Symbol

method: 'textDocument/documentSymbol'

ドキュメント内のシンボル(サブルーチン,ラベル)を表示します。

Document Symbol

Hover

method: 'textDocument/hover'

ホバーしたシンボルの情報を表示します。

Hover

Signature Help

method: 'textDocument/signatureHelp'

命令のシグネチャ情報を表示します。

Signature Help

Code Action

method: 'textDocument/codeAction'

エラーや警告を解消するアクションを提供します。

Code Action

Document Formatting

method: 'textDocument/formatting'

ドキュメント全体のコード整形を行います。

Document Formatting

Author

Maxfield Walker

License

MIT