on_initialize {languageserver}R Documentation

initialize handler

Description

Handler to the initialize Request.

Usage

on_initialize(self, id, params)

Arguments

self

a LanguageServer object

id

a numeric, the id of the process that started the server

params

a named list, the initialize Request options

@keywords internal


[Package languageserver version 0.3.1 Index]