Skip to content

song-fangzhen/chromium-open-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromium Open IDE (COI)

CodeQL workflow Bors enabled

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.

Installation

Install this Chrome Extension/MSEdge Extension and related VSCode Extension.

Usage

  • For Chromium Code Search:
    right-click on line number and select Open My Editor, it will open the file in your editor at the selected line.

    COI01.png
  • For Chromium Gerrit:
    right-click on code block and select Open My Editor, it will open the file in your editor at the selected line.

    COI02.png
  • 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).

    COI03.png
  • For webdiff-for-coi:
    right-click on code block and select Open My Editor, it will open the file in your editor.

    COI04.png

Tips: before using, we should check that have started listening from VSCode.

COI-Tips.png

Enjoy!