DeepLink is a Visual Studio Code extension that allows you to copy the path of the current open file and create a Markdown deeplink that will open the file in VS Code. This is useful for creating links to source files within your personal notes.
-
Copy Link: Creates a markdown deeplink to the current file that can be used in personal note-taking tools like Obsidian, Notion, etc.
Example:
[file.yaml](vscode://file//Users/username/repo/src/config/file.yaml)
- Open a file in Visual Studio Code.
- Invoke the DeepLink command by pressing ⇧⌘P and typing
deeplink
(or your configured keyboard shortcut). - The absolute path of the current file will be copied to your clipboard as a Markdown deeplink.
- Paste the deeplink in your desired application or document.
- Visual Studio Code
This extension does not have any configurable settings.
There are no known issues at the moment.