Allow autocompletion, command execution, documentation for Redis using the Language Server Protocol.
- Autocompletion (
textDocument/completion
) - Documentation (
completionItem/resolve
) - Execute Redis commands (
workspace/executeCommand
) - Hover (
textDocument/hover
) - Reflect configuration changes in server (
workspace/didChangeConfiguration
andworkspace/configuration
)
If you have Go installed:
go get github.com/fagnercarvalho/redis-lsp
Or check the Releases page.