Skip to content

song-fangzhen/chromium-source-opener

Repository files navigation

CSO(Chromium Source Opener)

CodeQL workflow Bors enabled

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

Installation

You can install this extension from the Visual Studio Marketplace.

Tips: to enable the ability to link remote source.chromium.org code path to your local chromium src, you should also install related Chrome Extension/MSEdge Extension.

Usage

Right-click on the line you want to visit on remote source.chromium.org.

For example in //base/values.h:104

CSO01.png

Then the same line will be opened in the browser on remote source.chromium.org.

CSO02.png

And one tip message will show on the right-bottom of your VsCode Browser if the open operation is executed successfully.

CSO03.png

(No need to worry about, it will disappear in several seconds or you can close it manually. :))

Enjoy!