redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Add support for JetBrains server to open in editor

Open IliyaBrook opened this issue 1 year ago • 1 comments

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;

IliyaBrook avatar Mar 04 '24 17:03 IliyaBrook

⚠️ 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

changeset-bot[bot] avatar Mar 04 '24 17:03 changeset-bot[bot]