Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copy GitHub Permalink (Markdown Short Style)New to Visual Studio Code? Get it now.
Copy GitHub Permalink (Markdown Short Style)

Copy GitHub Permalink (Markdown Short Style)

akihiro-okiguchi

|
10 installs
| (0) | Free
Copy GitHub Permalink as Markdown in a short, concise format
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copy GitHub Permalink (Markdown Short Style) in VSCode

markdownlinkcopier の vscode の拡張機能版

Java, kotlin に対応(他の言語はどのように動作するかテストしていません)

Features

github で管理している Java, kotlin ファイルを開き、以下の Markdown 形式でクリップボードにコピーします。

[{クラス名}#{メソッド名}#L{行番号}](https://xxx)

具体例はこちらを参照markdownlinkcopier

How to Use

  1. github で管理されたリポジトリのJava、Kotlinファイルを開く
  2. permalink を取得したい行にカーソルを移動、もしくは複数行を選択
  3. Ctrl+Shift+P → "Copy GitHub Permalink (Markdown Short Style)" を選択、もしくはキーボードショートカット(⌃⇧C)

License

MIT License


Copy GitHub Permalink (Markdown Short Style) in VSCode

A VSCode extension version of markdownlinkcopier

Supports Java and Kotlin (other languages have not been tested for compatibility)

Features

This extension copies a permalink to your clipboard in Markdown format when you open Java or Kotlin files managed on GitHub.

[{ClassName}#{MethodName}#L{LineNumber}](https://xxx)

For specific examples, please refer to markdownlinkcopier

How to Use

  1. Open a Java or Kotlin file from a GitHub repository
  2. Move your cursor to the line you want to get a permalink for, or select multiple lines
  3. Press Ctrl+Shift+P → Select "Copy GitHub Permalink (Markdown Short Style)", or use the keyboard shortcut (⌃⇧C)

License

MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft