Skip to main content

vscode-line-meta

· One min read
Gus
Editor
vscode-line-meta

The vscode-line-meta extension makes sharing code locations easier by complementing the usual code screenshot with useful editor (e.g., selected lines, file path, etc.) and repository (e.g., branch, last commit, etc.) metadata.

Features:

  • Generate useful editor and repository metadata
  • Select from 3 supported metadata output formats:
    • JSON: all metadata contained in editor and repo sub-objects (e.g., editor.selectedContent, repo.fetchUrl, repo.branch.name, etc.)
    • CSV: simplified metadata of the format <branch>,<file-path>,<selected-lines>
    • Text: like CSV but delimited by |

Comments

Community Rules
This is a community. Please be constructive and polite in your comments and interactions. No toxic negativity.
Comments use GitHub via giscus. By interacting with comments, you consent to GitHub's data processing. See our Privacy Policy for more information.