Map to IntelliJ IDE is a developer tools chrome extension. it's a free extension , it has 509 active users since released its first version, it earns an average rating of 5.00 from 1 rated user, last update is 1913 days ago.
Override the chrome dev console linking behavior in order to open links to files in your IDE instead of the sources panel. This uses the IntelliJ Platform REST API http://develar.org/idea-rest-api/#api-Platform-file in conjunction with Chrome Developer Tools link handling. Requirements: - You must manually set "Link handling" to "Map to IntelliJ IDE". To do this, open Developer Tools > settings (press 3 dots in top right or press F1) > preferences > Extensions > Link handling - You must add something like the following to the output portion of your webpack config: devtoolModuleFilenameTemplate: (info) => 'file://' + path.resolve(info.absoluteResourcePath) More info: https://webpack.js.org/configuration/output/#outputdevtoolmodulefilenametemplate Note to devs: This can work with any build-tool that supports customized source mapping, not just webpack. Authors note: Thanks all for using this little tool I originally only intended for me and my coworkers. Happy you found it useful! Changelog: 0.5 - don't open node_modules in IDE 0.7 map to client folder 0.8 use absolute file paths
You could download the latest version crx file or older version files and install it.
English.
100% user give 5-star rating. Read reviews of map to intellij ide
You could find more help information from map to intellij ide support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of map to intellij ide.
You could click to report abuse of map to intellij ide.
Been using it all day. Didn't know how much I missed it before I had it working :) Highly recommended! Gave a surprisingly high productivity boost.