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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Developer Tools, clicking a resource will open it in your IDE."입니다.
확장 프로그램 스크린샷
Map to IntelliJ IDE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |