fkjhdnadpbngmnkkbhecoblhmelbcnjp
The basic idea of this extension is to provide a way for you to open your GitHub files directly in Visual Studio Code. This can be pretty convenient if you want to have more control of your code exploration. The extension works by leveraging a Visual Studio Code extension called vscode-open. You won't have to configure global paths in the Chrome extension or anything like that! If you don't have it installed, don't worry, Visual Studio Code will install it for you once you click over any of the links provided by this extension. You can learn more about how this works here: https://github.com/robertohuertasm/vscode-open
brocrobes
Browser plugin for https://transcrob.es Brocrobes is the Chrome-compatible web extension for interacting with the open source foreign language content enrichment system of Transcrobes (https://transcrob.es). It allows you to take any webpage and enrich it with personalised, hypertext-based comprehension aids. It requires an existing account on a Transcrobes server. Free accounts are available at https://am.transcrob.es NEW! Now with personalised language learning support for watching many of your favourite movies on Netflix or Youku (in Mainland China)!
VSCode Viewer
Make users feel like they are reading code in vscode. It's faster, lighter, and has no ads. Open source. Built on top of the very familiar Monaco editor, same as the one being used in VS Code. Auto highlight code when you load it in a browser tab. FEATURES - Fast, even on very long code page - Dark mode - Syntax highlighting - Collapsible trees, with indent guides - Sticky scroll Note: this extension might clash with other browser extensions that modify the DOM before it runs. If it doesn't seem to be working, try disabling other extensions. If it clashes with an extension you need, open an issue and I'll try to find a solution.
VSCode Extensions Installer
A browser extension to install VSCode extensions directly from the marketplace. - **Popup Interface**: - Provides a user-friendly interface for managing installations.
Quick Open in VSCode
Quickly and easily open file links in VSCode When participating in code reviews, scrolling through comments and then switching to VSCode to open each comment in the editor can become a cumbersome and repetitive task. Features --- - Right click file path links in GitHub and open them in VSCode - Highlight file path links anywhere and open them in VSCode - Open all failing ruby tests at once from BuildKite CI by right clicking the test_data.json file located under the artifacts tab of a ruby test suite in BuildKite Setup --- 1. Download and pin the Open in VSCode chrome extension. Right click the chrome extension and open the "Options" page. 2. For the base path, enter the path to where all your local repositories are located. This should generally be in the format of /Users/{local_user_name}/src/github.com/Shopify. For example, my base path was /Users/sayyant/src/github.com/Shopify 3.Save settings and exit the "Options" page. You should be good to go!