Element inspector
Element inspector lets you quickly jump from the device preview to the exact line of code where given component is defined.
Debugging and logging
Breakpoints can be a powerful debugging tool. Thanks to Radon IDE, breakpoints work in VSCode without any additional setup for React Native and Expo projects.
Router integration
The Radon IDE integrates with your deep-linked application allowing you to jump around the navigation structure.
Device settings
Radon IDE allows you to adjust various device settings right from VSCode.
Screen recording
The Radon IDE can record what's currently happens on the device preview. This proves to be extremely useful for rewinding to UI issues after they already happened. You can also granularly go through the recording frame by frame or save it as a file to your computer.
Previews
Previews allow you to develop components in complete isolation from the rest of your application.
Storybook integration
Radon IDE seamlessly integrates with Storybook. The extension automatically detects Storybook stories and provides a quick access to run them in the device preview.