AI-Driven Code Assistant — Built for Cursor, VSCode & CLI
The power of Perplexity, reimagined for developers. Ask questions, generate code, debug, and refactor—all from your favorite terminal or editor.
npm install -g perplexity-code
pxc "How do I write a GraphQL resolver in Node.js?"
npx perplexity-code "What is the difference between var, let and const?"
npm install -g perplexity-code
You can now run the CLI using perplexity-code
or pxc
.
npx perplexity-code "Your question here"
Native integration with slash commands and inline queries.
Setup:
Native extension with chat-style interface and syntax-aware suggestions.
Features:
We'd love your input, ideas, and PRs. Start contributing today!
git clone https://github.com/holasoymalva/perplexity-code.git cd perplexity-code npm install npm link # for local CLI testing