MCPcopy Index your code
hub / github.com/aberonni/open-in-vscode

github.com/aberonni/open-in-vscode @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
6 symbols 8 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Open in VSCode

Open links to source code in VSCode.

Screenshot

Installation

Just install from the Chrome Web Store. Once you have installed, make sure to configure the extension in the options page. You can do this by right clicking on the "Open in VSCode" icon in the extensions bar on chrome, and then selecting "Options".

Usage

Just right click on any link to a file and select "Open in VSCode". The extension expects the repository you are browsing to already be cloned into the folder in the options page. You can also click on line links to open the file to the specific file.

Tested with the following websites:

  • Github (no line support)
  • Gitlab

It might work on some other websites as well (no guarantee), if you do discover that it works on other websites please let me know so I can add it to the list!

All I see is a blank page!

This could be happening for numerous reasons. Make sure you have set the options correctly in the options page. If you want, you can check what URL the extension is trying to open by enabling the debug mode in the options. You might want to check out how VSCode handles links.

Feedback

If you are having any issues, or would like to request a new feature, don't hesitate to open an issue on github!

License

Licensed under the MIT License.

Core symbols most depended-on inside this repo

getOptions
called by 1
src/contextmenu.js
parseLink
called by 1
src/contextmenu.js
restoreOptions
called by 0
src/options.js
saveOptions
called by 0
src/options.js
getVscodeLink
called by 0
src/contextmenu.js
openInVscode
called by 0
src/contextmenu.js

Shape

Function 6

Languages

TypeScript100%

Modules by API surface

src/contextmenu.js4 symbols
src/options.js2 symbols

For agents

$ claude mcp add open-in-vscode \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page