Unofficial Perplexity Api Vscode Extension (written mostly with help from perplexity)
install nodejs for windows here: https://nodejs.org/en/download install node fetch: npm install [email protected]
- clone the project and open in vscode
- open extension.js and go to line 56 and replace "Your-API-Token-Here" with your api key from Perplexity (As of initial time of writing)
- Press F5 to launch a Dev environment in Vscode
- Click the robot icon to open the extension on the activity bar
- A small rocket icon will appear on the status bar at the bottom click it
- A input box will appear enter your prompt and press enter
- Your prompt will appear on the extension window and the AI reponse underneath the your prompt
- To view the full response hover you mouse over the text to see it in full or click on the response and right click and selct copy to copy the response 0 comments on commit 296b300