python-language-server_definition
Read the source code definition of a symbol (function, type, constant, etc.) from the codebase. Returns the complete implementation code where the symbol is defined.
Try it
python-language-server_diagnostics
Get diagnostic information for a specific file from the language server.
Try it
python-language-server_edit_file
Apply multiple text edits to a file.
Try it
python-language-server_hover
Get hover information (type, documentation) for a symbol at the specified position.
Try it
python-language-server_references
Find all usages and references of a symbol throughout the codebase. Returns a list of all files and locations where the symbol appears.
Try it
python-language-server_rename_symbol
Rename a symbol (variable, function, class, etc.) at the specified position and update all references throughout the codebase.
Try it
go-language-server_definition
Read the source code definition of a symbol (function, type, constant, etc.) from the codebase. Returns the complete implementation code where the symbol is defined.
Try it
go-language-server_diagnostics
Get diagnostic information for a specific file from the language server.
Try it
go-language-server_edit_file
Apply multiple text edits to a file.
Try it
go-language-server_hover
Get hover information (type, documentation) for a symbol at the specified position.
Try it
go-language-server_references
Find all usages and references of a symbol throughout the codebase. Returns a list of all files and locations where the symbol appears.
Try it
go-language-server_rename_symbol
Rename a symbol (variable, function, class, etc.) at the specified position and update all references throughout the codebase.
Try it
typescript-language-server_definition
Read the source code definition of a symbol (function, type, constant, etc.) from the codebase. Returns the complete implementation code where the symbol is defined.
Try it
typescript-language-server_diagnostics
Get diagnostic information for a specific file from the language server.
Try it
typescript-language-server_edit_file
Apply multiple text edits to a file.
Try it
typescript-language-server_hover
Get hover information (type, documentation) for a symbol at the specified position.
Try it
typescript-language-server_references
Find all usages and references of a symbol throughout the codebase. Returns a list of all files and locations where the symbol appears.
Try it
typescript-language-server_rename_symbol
Rename a symbol (variable, function, class, etc.) at the specified position and update all references throughout the codebase.
Try it
rust-language-server_definition
Read the source code definition of a symbol (function, type, constant, etc.) from the codebase. Returns the complete implementation code where the symbol is defined.
Try it
rust-language-server_diagnostics
Get diagnostic information for a specific file from the language server.
Try it
rust-language-server_edit_file
Apply multiple text edits to a file.
Try it
rust-language-server_hover
Get hover information (type, documentation) for a symbol at the specified position.
Try it
rust-language-server_references
Find all usages and references of a symbol throughout the codebase. Returns a list of all files and locations where the symbol appears.
Try it
rust-language-server_rename_symbol
Rename a symbol (variable, function, class, etc.) at the specified position and update all references throughout the codebase.
Try it
cpp-language-server_definition
Read the source code definition of a symbol (function, type, constant, etc.) from the codebase. Returns the complete implementation code where the symbol is defined.
Try it
cpp-language-server_diagnostics
Get diagnostic information for a specific file from the language server.
Try it
cpp-language-server_edit_file
Apply multiple text edits to a file.
Try it
cpp-language-server_hover
Get hover information (type, documentation) for a symbol at the specified position.
Try it
cpp-language-server_references
Find all usages and references of a symbol throughout the codebase. Returns a list of all files and locations where the symbol appears.
Try it
cpp-language-server_rename_symbol
Rename a symbol (variable, function, class, etc.) at the specified position and update all references throughout the codebase.
Try it