> 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: About the Wix IDE Beta Release ## Article: About the Wix IDE Beta Release ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/wix-ide/about-the-wix-ide-beta-release.md ## Article Content: # About the Wix IDE Beta Release The Wix IDE is currently in beta release. While this release is stable and can be safely used for building and modifying production sites, it still lacks important functionality as listed in the [known issues](#known-issues) section. As we continuously improve the Wix IDE, you can stay informed about new updates in the [release notes](#wix-ide-beta-release-notes) below. As a separate environment from the editor, the Wix IDE allows you to focus on code and instantly see your code changes in Preview mode on a separate tab. Although the tutorial upon opening the Wix IDE isn't yet fully tailored to the Wix environment, you can enjoy the IDE features such as refactoring capabilities, go to definition, command palette, split view, improved navigation, and more. Learn more about working with the [Wix IDE](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/wix-ide/about-the-wix-ide.md). You can also check out the README file in your project's root level. ![Wix IDE README file interface](https://wixmp-833713b177cebf373f611808.wixmp.com/images/c0f2e69771cb77b916d7c19b1aca5018.png) ## Known issues Before getting started with the Wix IDE, it's important to note the following known issues that we're working to fix: - **Auto-complete isn't fully functional** [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense), VS Code's language support feature, doesn't currently recognize all npm packages, Velo packages, Wix Blocks apps, backend modules, and editor elements as expected. You may experience false positive error highlighting for valid code that can run successfully. - **Functional testing is unavailable** [Functional testing](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/test-backend-functions/about-functional-testing.md) isn't currently available in the Wix IDE. For functional testing, use the code editor. - **Terminal isn't fully supported** The Wix IDE doesn't require the terminal console to work. While the terminal is available for use, it only offers limited functionality. - **Built-in Git functionality isn't supported** Currently, you can't initialize a local Git repository or publish to GitHub from the Wix IDE. - **Git Integration and Wix IDE can't connect simultaneously** You can't use both the [Git Integration](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/about-git-integration-with-wix-cli.md) and the Wix IDE at the same time. If you connect a site to GitHub with Git Integration, the Wix IDE is unavailable until you disconnect the site from GitHub. The reverse is also true. - **Settings and extensions don't persist between sessions** In the Wix IDE you can modify settings and install extensions from the [Open VSX Registry](https://open-vsx.org/). However, settings and extensions only apply to the IDE of the site you're currently working in, and aren't retained between Wix IDE sessions for the same site. You must reset your settings and re-install your extensions at the start of each new session. Note that a session concludes after 30 minutes of inactivity. ## Wix IDE beta release notes Stay up to date on the latest changes and additions as we continue to improve the Wix IDE. Your feedback is important to us. Please help us by reporting any issues that you notice while working with the Wix IDE. | Date | Description | | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | August 2, 2023 | Wix IDE beta available in Wix Studio. | | March 10, 2024 | Element IDs automatically sync with your IDE when you make changes to a site. ID changes were previously out of sync and required you to sync manually. | | March 26, 2024 | The **Display IDs** toggle is now visible in the **Layers** panel of the editor, while working in the Wix IDE. ![Layers toggle](https://wixmp-833713b177cebf373f611808.wixmp.com/images/f80b9b5e0ae3c659803e27e3d5ffa867.png) |