Perplexity Bot - AI Chat AssistantExtension31/100 via “current-file context injection into chat”
🚀 Chat with Perplexity AI directly in VS Code! Get instant coding help, explanations, and answers without leaving your editor. Features persistent chat history, markdown support, and secure API key management.
Unique: Implements context injection via a simple toggle control that reads the active file's full text and includes it in API requests, rather than using AST parsing, semantic indexing, or incremental diffing. This approach is lightweight but provides no structural understanding of code relationships or dependencies.
vs others: Simpler and faster to implement than Copilot's codebase-aware indexing, but lacks the ability to understand multi-file dependencies or project structure, making it better for isolated file-level tasks than full-project refactoring.