Map to IntelliJ IDE

Extends the Developer Tools, clicking a resource will open it in your IDE.

Map to IntelliJ IDE क्या है?

Map to IntelliJ IDE jniemiec द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, clicking a resource will open it in your IDE."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Map to IntelliJ IDE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Map to IntelliJ IDE Map to IntelliJ IDE
ID idhgkmnohcikhlciggjinlikclejfmih
आधिकारिक URL https://chromewebstore.google.com/detail/map-to-intellij-ide/idhgkmnohcikhlciggjinlikclejfmih
विवरण Extends the Developer Tools, clicking a resource will open it in your IDE.
फ़ाइल का आकार 3.79 KB
स्थापना संख्या 546
वर्तमान संस्करण 0.8
अंतिम अपडेट 2019-08-28
प्रकाशन तिथि 2019-08-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jniemiec
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.twitter.com/jake_niemiec
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Map to IntelliJ IDE",
    "version": "0.8",
    "description": "Extends the Developer Tools, clicking a resource will open it in your IDE.",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "manifest_version": 2
}