Radon IDE is an extension for VSCode and Cursor that turns the code editor into a fully fledged IDE.
Radon IDE is a VSCode and Cursor extension that aims to streamline development of React Native and Expo applications. The current version supports developing on macOS for Android and iOS platforms with the current list of features available:
- Managing iOS and Android simulator (for now only iPhone Pro and Pixel 7 skins are available)
- Automatically build and launch your project (keeping track of native or javascript updates automatically)
- Integrated debugger always available – when running the project you can set breakpoints in the editor and don't need to bother with any additional configuration to get your application to stop at those breakpoints
- Element inspector that jumps to component code
- Integrated console log output panel that links to file/line with the log statement
- Preview package that allows for working on components in isolation (render single component instead of the whole app)
- Expo Router integration with browser-like URL toolbar
- Easy access to device settings for text size and light/dark mode
For installation instructions head to INSTALLATION section.
See USAGE guide on how to get started after installing the extension. You can also visit Radon IDE website where we highlight the most important features.
For troubleshooting and guide on reporting issues head to TROUBLESHOOTING section.
If you want to develop the extension and contribute updates head to DEVELOPMENT section.