COI
gives you a context menu for opening files in your editor (VSCode
) on
Chromium Code Search,
Chromium Gerrit,
Google Git and
webdiff-for-coi.
Install this Chrome Extension/MSEdge Extension and related VSCode Extension.
-
For Chromium Code Search:
right-click on line number and selectOpen My Editor
, it will open the file in your editor at the selected line. -
For Chromium Gerrit:
right-click on code block and selectOpen My Editor
, it will open the file in your editor at the selected line. -
For Google Git:
- 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:
right-click on code block and selectOpen My Editor
, it will open the file in your editor.
Tips: before using, we should check that have started listening from VSCode
.
Enjoy!