DefinitionCache         A data structure to hold function definition
                        locations
LanguageServer          the language server
Message                 base Message class
Namespace               A data structure for package namespaces
Notification            Notification Message class
Request                 Request Message class
Response                Response Message class
ResponseErrorMessage    Response Error Message class
ServerCapabilities      Server capabilities
Workspace               A data structure for a session workspace
arg_completion          complete a function argument
check_scope             check if a token is in a R code block in an
                        Rmarkdown file
code_action_params      parameters for code action requests
code_lens_params        parameters for code lens requests
completion_params       parameters for completion requests
completion_reply        the response to a textDocument/completion
                        request
content_backward_search
                        search backwards in a document content for a
                        specific character
diagnose_file           run diagnostic on a file
diagnostics             diagnostics
did_change_configuration_params
                        parameters for workspace/didChangeConfiguration
                        notifications
did_change_text_document_params
                        parameters for didChange notifications
did_close_text_document_params
                        parameters for didClose notifications
did_open_text_document_params
                        parameters for didOpen notifications
did_save_text_document_params
                        parameters for didSave notifications
document_formatting_params
                        parameters for document formatting requests
document_link_params    parameters for document link requests
document_on_type_formatting_params
                        parameters for document on type formatting
                        requests
document_range_formatting_params
                        parameters for document range formatting
                        requests
document_symbol_params
                        parameters for document symbol requests
document_uri            a document URI
formatting_reply        format a document
hover_reply             the response to a textDocument/hover Request
is_rmarkdown            check if a file is an RMarkdown file
languageserver-package
                        languageserver: Language Server Protocol
location                a location inside a resource
on_initialize           initialize handler
package_completion      complete a package name
parse_document          parse a document
path_from_uri           paths and uris
position                a position in a text document
range                   a range in a text document
range_formatting_reply
                        format a part of a document
reference_params        parameters for reference requests
rename_params           parameters for rename requests
run                     Run the R language server
signature_reply         the response to a textDocument/signatureHelp
                        Request
style_file              style a file
style_text              edit code style
symbol_information      non-hierachical symbol information
text_document_position_params
                        a text document and a position inside that
                        document
text_edit               a textual edit applicable to a text document
will_save_text_document_params
                        parameters for willSave notifications
workspace_completion    complete any object in the workspace
workspace_sync          Determine workspace information for a given
                        file
