Constant languageserver_types::REQUEST__GotoDefinition [] [src]

pub const REQUEST__GotoDefinition: &'static str = "textDocument/definition"

The goto definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position.