From 4988b01be831806b6ae370e0ec4d25ba0439b380 Mon Sep 17 00:00:00 2001 From: Iliya Brook Date: Tue, 5 Mar 2024 02:32:14 +0200 Subject: [PATCH] Refactor README to include Custom Version details The README has been expanded to include a detailed description of the customised version of Redux DevTools, highlighting its enhanced features for improved trace readability and JetBrains product support. Clear instructions for JetBrains integration have also been provided. --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1af9c91..47db9adb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,24 @@ [![OpenCollective](https://opencollective.com/redux-devtools-extension/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/redux-devtools-extension/sponsors/badge.svg)](#sponsors) -# Redux DevTools +# Redux DevTools (Custom Version) + +This fork of [Redux DevTools](https://github.com/reduxjs/redux-devtools) includes enhanced styling for better trace readability and JetBrains product support for code opening from traces when using the JavaScript debugger and the built-in server at the default port 63342. + +## Features + +- Improved trace styles for increased readability. +- Added support for opening code directly from traces in JetBrains IDEs (like WebStorm, IntelliJ IDEA, etc.). + +### JetBrains Integration + +To use the JetBrains integration: + +1. Set `External editor:` to `jetbrains_server`. +2. Set `Absolute path to the project directory to open:` to `/`. + + +## Original Redux DevTools Developer Tools to power-up [Redux](https://redux.js.org/) development workflow or any other architecture which handles the state change (see [integrations](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Integrations.md)).