Language Server Protocol


[Up] [Top]

Documentation for package ‘languageserver’ version 0.2.9

Help Pages

languageserver-package languageserver: Language Server Protocol
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
detect_closure detect if the current position is inside a closure
detect_hover detect the token at the current position
detect_token detect if position contains a valid token
diagnose_file run diagnostic on a file
diagnostics diagnostics
diagnostic_from_lint diagnostics
diagnostic_range diagnostics
diagnostic_severity 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_backward_search search backwards in a document for a specific character
document_formatting_params parameters for document formatting requests
document_line get the contents of a line
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
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 the language server
languageserver languageserver: Language Server Protocol
location a location inside a resource
Message base Message class
Namespace A data structure for package namespaces
Notification Notification Message class
on_initialize initialize handler
package_completion complete a package name
parse_document parse a document
path_from_uri paths and uris
path_to_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
Request Request Message class
Response Response Message class
ResponseErrorMessage Response Error Message class
run Run the R language server
ServerCapabilities Server capabilities
signature_reply the response to a textDocument/signatureHelp Request
stylize edit code style
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 A data structure for a session workspace
workspace_completion complete any object in the workspace
workspace_sync Determine workspace information for a given file