> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vorp-core.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Work space

> Set up your development environment

<Card color="lightgreen" title="visual studio code" icon="download" href="https://code.visualstudio.com/">
  <Icon icon="code" iconType="solid" color="lightgreen" />`Download Visual Studio Code` to start coding with ease.<br />
  Visual Studio Code is a code editor redefined and optimized for building and debugging.
</Card>

### VSC Extentions

These are some of the most useful extentions for Lua, CFX, VORP Core developers.

<CardGroup>
  <Card color="lightgreen" title="VORP Core VSC Extention" icon="download" href="https://marketplace.visualstudio.com/items?itemName=outsider3100.vorp-framework-vsc&ssr=false">
    Install VORP Core VSC extention to help you code faster when developing with VORP Core API.
  </Card>

  <Card color="lightgreen" title="lua sumneko vsc extention" icon="download" href="https://marketplace.visualstudio.com/items?itemName=sumneko.lua">
    Use Lua sumneko VSC to get intellicence for lua and many other useful features.
  </Card>

  <Card color="lightgreen" title="Cfx VSC Extention" icon="download" href="https://marketplace.visualstudio.com/items?itemName=communityox.cfxlua-vscode-cox">
    Use Cfx VSC to get intellicence for Cfx Natives/Functions.
  </Card>

  <Card color="lightgreen" title="Better Comments VSC Extention" icon="download" href="https://marketplace.visualstudio.com/items?itemName=AmirHA.better-comments-2">
    The Better Comments extension will help you create more human-friendly comments in your code.
  </Card>

  <Card color="lightgreen" title="Error Lens VSC Extention" icon="download" href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens">
    Improve highlighting of errors, warnings and other language diagnostics.
  </Card>
</CardGroup>
