WebStorm / IntelliJ LSP plugin setup.

Prerequisite#

terminal
bash
npm install -D @nakshora/cli   # exposes `nakshora lsp`

Configuration#

IDE settings
text
Settings → Languages & Frameworks → LSP Servers
+ New server → Command: npx nakshora lsp
File types: HTML, CSS, JS, TS

What 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.