# Tools

## Cursor

Is a Visual Studio Code fork that was made for peer programming. Super handy as it can parse your codebase and help you with more detailed answers.

{% embed url="<https://www.cursor.com/>" %}
VSCode Fork made for AI-peer programming
{% endembed %}

### Error Lens

Improve highlighting of errors, warnings and other language diagnostics. (thanks for the tip [Leo](https://x.com/L0STE_))

<https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens>&#x20;

## Warp

Terminal that is also powered with AI. You can ask it questions if you are missing a prompt or enjoy a few features, like auto completion, etc.

{% embed url="<https://www.warp.dev/>" %}
AI powered terminal
{% endembed %}

## Glitch

Build fast, full-stack web apps in your browser.

{% embed url="<https://glitch.com/>" %}

## Playcode

A JavaScript playground that runs in your browser. It comes with support for npm packages as well as common frameworks so you can easily start coding or test a few lines of code without any upfront configuration.

{% embed url="<https://playcode.io/>" %}

## SolPG - Solana Playground

Imagine you could write and deploy simple programs for Solana in your browser, without worrying about a complex configuration. That's what this tool does.

{% embed url="<https://beta.solpg.io/>" %}
