Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...
    • Register all advanced feature handlers with the LSP connection.

      Parameters

      • connection: Connection

        LSP connection

      • services: Services

        Bundle of server services

      • documents: TextDocuments<TextDocument>

        TextDocuments manager for LSP document synchronization

      • _globalSettings: PikeSettings
      • includePaths: string[]

        Include paths for module resolution (mutable)

      Returns void