Logo

dev-resources.site

for different kinds of informations.

Useful Visual Studio Code Extension for Developing Chromium

Published at
5/21/2022
Categories
chromium
vscode
opensource
Author
negibokken
Categories
3 categories in total
chromium
open
vscode
open
opensource
open
Author
10 person written this
negibokken
open
Useful Visual Studio Code Extension for Developing Chromium

Overview

Sometimes when you are developing Chromium, you want to explain to others what part of the code you are working on.

GitHub has a plugin called Copy GitHub URL that allows you to get the permalink of the code you are editing in VS Code so that you can share this permalink.

However, Chromium is mainly managed by Chromium Code Search, and we want the permalink of Chromium Code Search. So this time, I made a plugin for this purpose.

Demo

Here is a demo.

Example of VS Code Extension

What this plugin does is simple: it "generates permalinks in Chromium Code Search for the selected lines from the launcher.

I like the features that generate a permalink depending on the branch, and selecting multiple lines is also considered.

Conclusion

This plugin for creating permalinks has been very useful for crbug and for explaining the relevant parts of the code when writing proposals for GSoC.
If anyone considers contributing to Chromium, I'm happy if you use this plugin.
If you find any problems, or if you can confirm that it works on Windows, I'd appreciate it if you could send a mention to @negibokken or add it to the issue list in the repository.

(Japanese version)

chromium Article's
30 articles in total
Favicon
Avoiding a "Host Permission" Review Delay When Publishing a Chrome Extension
Favicon
Proyect Fugu
Favicon
Proyecto Fugu: Revolucionando las aplicaciones web progresivas (PWA)
Favicon
How To Download An Old Version of Chromium
Favicon
Why gRPC is not natively supported by Browsers
Favicon
Running Puppeteer in a Docker container on Raspberry Pi
Favicon
Chromium Spelunking: Connecting to Proxies
Favicon
๐ŸŒ Installing Chromium on Mac Apple M2 Pro (Tutorial)
Favicon
Chromium Spelunking: The IO Thread
Favicon
Chromium Spelunking: A Stuck Task
Favicon
Chromium Spelunking: Threads and Tasks
Favicon
Chromium Spelunking: Creating a Request
Favicon
Chromium Spelunking: Churl
Favicon
Chromium Spelunking: Life and Times
Favicon
Chromium Spelunking: Getting Started
Favicon
Google Chrome ใฎ CVE ่„†ๅผฑๆ€ง: 2022 ๅนด 12 ๆœˆ้ ƒใฎใƒชใƒชใƒผใ‚นใƒใƒผใ‚ธใƒงใƒณใพใง
Favicon
CVE vulnerabilities on Google Chrome prior to releases around on Dec. 2022
Favicon
Stop Chromium from asking about default browser
Favicon
Message loop
Favicon
Share highlight in Chrome/ Chromium
Favicon
Useful Visual Studio Code Extension for Developing Chromium
Favicon
Fix sameSite cookie issue in Cypress by installing an older version of Chromium
Favicon
Why HTTP streaming upload matters on Web browser
Favicon
Google refusing to connect to other sites?!
Favicon
Chromium console stopped working. - What's wrong? How do I fix it?
Favicon
Chrome Omnibox
Favicon
Using Chromium to replace Electron Applications
Favicon
Snapd doesn't work on WSL2 Ubuntu20.04
Favicon
Prevent chromedp Chromium zombie processes from stacking
Favicon
Overcoming SameSite cookie issue in Cypress when running on Chrome or Edge

Featured ones: