> ## Documentation Index
> Fetch the complete documentation index at: https://trunk-4cab4936-mintlify-a6f265a0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IDE integrations

Code Quality helps you shorten the feedback loop by integrating with your favorite IDEs and code editors.

### How it works

Code Quality runs a daemon that looks for files that change in real time and lints the changes using the same tools and configuration as running `trunk check`. With LSP support, you will get instant feedback on your code changes as you write.

### Supported IDEs

<Columns cols={3}>
  <Card title="VS Code" href="./vscode" img="https://mintcdn.com/trunk-4cab4936-mintlify-a6f265a0/4ljqFHHALsEqvBjj/assets/code-quality/overview/ide-integration/VSCode.svg?fit=max&auto=format&n=4ljqFHHALsEqvBjj&q=85&s=d5b4a95a6393bd48b66244c34e7b2e93" width="404" height="251" data-path="assets/code-quality/overview/ide-integration/VSCode.svg" />

  <Card title="Neovim" img="https://mintcdn.com/trunk-4cab4936-mintlify-a6f265a0/4ljqFHHALsEqvBjj/assets/code-quality/overview/ide-integration/neo_vim.svg?fit=max&auto=format&n=4ljqFHHALsEqvBjj&q=85&s=5343e706d57ac887933cfba718c8109c" href="./neovim" width="404" height="251" data-path="assets/code-quality/overview/ide-integration/neo_vim.svg" />

  <Card title="GitHub Codespaces" href="./github-codespaces" />
</Columns>
