WebStorm / IntelliJ LSP plugin setup.
Prerequisite#
terminal
npm install -D @nakshora/cli # exposes `nakshora lsp`Configuration#
IDE settings
Settings → Languages & Frameworks → LSP Servers
+ New server → Command: npx nakshora lsp
File types: HTML, CSS, JS, TSWhat you get#
- Completion for every utility and variant prefix
- Hover panels showing the compiled CSS
- Diagnostics for unknown classes
- Color swatches next to palette utilities
Note. The server speaks standard LSP over stdio — if your editor isn't listed in editors/index|the editor hub, register
npx nakshora lsp as a generic LSP server.