Macaulay2 » Documentation
Packages » LanguageServer » LSPServer
next | previous | forward | backward | up | index | toc

LSPServer -- LSP server class

Description

LSPServer is the main class of the package. It wraps a JSON-RPC server and handles the LSP lifecycle: initialize, text document synchronization, and shutdown.

i1 : server = new LSPServer

o1 = server

o1 : LSPServer

Menu

Methods that use a LSP server:

For the programmer

The object LSPServer is a type, with ancestor classes MutableHashTable < HashTable < Thing.


The source of this document is in LanguageServer/doc.m2:48:0.