> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: IDEs Overview ## Article: IDEs Overview ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/ides-overview.md ## Article Content: # IDEs Overview Wix provides multiple development environment options for writing code, each designed to fit different workflows and project needs. Choose the environment that best matches your development style and project requirements. ## Code editor The built-in [code editor](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/code-editor/about-the-code-editor.md) is available directly in Wix Studio and the Wix Editor. It provides syntax highlighting, autocompletion, error detection, and integrated debugging tools, enabling you to write and manage code without leaving the Wix platform. ## Git integration [Git Integration & CLI](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/about-git-integration-with-wix-cli.md) allows you to develop in your preferred local IDE with full version control through GitHub. This option provides the most flexibility for professional development workflows, team collaboration, and automated deployments. ## Wix IDE The [Wix IDE](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/wix-ide/about-the-wix-ide.md) is an advanced, browser-based development environment built on Visual Studio Code. It provides a full-featured coding experience with hot reloading, concurrent editing for multiple developers, and AI-powered assistance through the Wix AI Assistant.