reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
14.01k stars 1.16k forks source link

Add support for JetBrains server to open in editor #1621

Open IliyaBrook opened 7 months ago

IliyaBrook commented 7 months ago

This PR adds support for opening files directly in JetBrains IDEs (such as WebStorm, PhpStorm, IntelliJ IDEA) from Redux DevTools using the JetBrains built-in server. This feature enhances the workflow for developers using JetBrains IDEs by allowing them to jump directly to the source code from the Redux DevTools.

Example of the added case in openFile.ts:


case 'jetbrains_server':
  url = `http://localhost:63342/api/file/?file=${filePath}&line=${line}`;
  break;
changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: 0607e363d1d9bd7e5a778853a230c39ff32ac655

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR