Chromium Open IDE

#0 / 0 rate

Chromium Open IDE

150 users

2021-09-26

Fangzhen Song

songfangzhen@bytedance...

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Hot Permissions

Description

Link remote source.chromium.org code path to your local chromium src.

# Chromium Open IDE (COI)

`COI` gives you a context menu for opening files in your editor (`VSCode`) on
[Chromium Code Search](https://source.chromium.org),
[Chromium Code Review](https://chromium-review.googlesource.com) ,
[Google Git](https://chromium.googlesource.com) and
[webdiff-for-coi](https://pypi.org/project/webdiff-for-coi).

## Installation

Install this
[Chrome Extension](https://chrome.google.com/webstore/detail/chromium-open-ide/oodolphplfmnljcohclgdikkoljjambi)/[MSEdge Extension](https://microsoftedge.microsoft.com/addons/detail/chromium-open-ide/ggfoollpnfolfaejalpiihpobcpbegkl) and related
[VSCode Extension](https://marketplace.visualstudio.com/items?itemName=FangzhenSong.chromium-source-opener).

## Usage

- For [Chromium Code Search](https://source.chromium.org): \
right-click on line number and select `Open My Editor`,
it will open the file in your editor at the selected line.

- For [Chromium Code Review](https://chromium-review.googlesource.com): \
right-click on code block and select `Open My Editor`,
it will open the file in your editor at the selected line.

- For [Google Git](https://chromium.googlesource.com):

- click on the line number (optional).
- choose and right-click on any code block.
- select `Open My Editor`.

It will open the file in your editor (at the selected line).

- For [webdiff-for-coi](https://pypi.org/project/webdiff-for-coi): \
right-click on code block and select `Open My Editor`,
it will open the file in your editor.

*Tips: Before using, we should check that have started listening from `VScode`.*

**Enjoy!**