Dev Tools (experimental)
Radon IDE 1.2 comes with an experimental support for launching Dev Tools as separate panels withing VSCode or Cursor.
Currently, only limited set of tools is available, and the existing ones only integrate with the Expo Devtools Plugins and therefore require Expo Devtools Plugins to be setup for each individual tool to work.
When the IDE detects that a certain tool is available and configured properly (see below for details on configuring individual tools), it will be listed in the tools menu where you can turn it on and off:
When the tool is enabled in your project, you will get a new panel opened in VSCode:
There will be a separate panel for each individual tool. You can quickly navigate to the panel from the tools menu by using the "link" icon next to the tool name:
Tool on/off setting is persisted locally for the scope of your project (VSCode or Cursor workspace). Therefore when you open the project next time in the IDE, the tool panel will launch automatically. It will also be kept open when you switch between different devices across that project.
Redux (via Expo Devtools Plugin)
In order to set it up, follow the instructions from this Expo guide on Redux Devtool Plugin.
React Query (via Expo Devtools Plugin)
Follow the setup instructions from React Query Expo Devtool Plugin website.
More tools
We are constantly working on adding more tools to Radon IDE. If there are existing tools that you find particularily useful, please open an issue to let us know.