Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.39 KB

README.md

File metadata and controls

52 lines (34 loc) · 2.39 KB

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!