Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

The lsp command manages the Language Server Protocol service for code intelligence.

Usage

praisonai lsp [OPTIONS] COMMAND [ARGS]...

Commands

CommandDescription
startStart LSP service
stopStop LSP service
statusShow LSP service status
restartRestart LSP service

Examples

Start LSP service

praisonai lsp start

Check status

praisonai lsp status

Stop service

praisonai lsp stop

See Also