bripkens / vscode-copy-packages-relative-path

VSCode extenstion to copy the path to a file relative to a packages/ dir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

copy-packages-relative-path

A VSCode extension which allows you to copy the path to a file relative to a packages/ directory. This makes absolutely importing files in a lerna-style monorepo easier.

This extension exists to make contributions to Instana's user interface codebase easier.

Keybinds

By default the extension binds ctrl+alt+c (cmd+ctrl+c for MacOS) to the copy-packages-relative-path.copy command.

Contributing

  1. Clone the repository
  2. Open the repository root in VSCode
  3. Read publishing instructions

About

VSCode extenstion to copy the path to a file relative to a packages/ dir

License:MIT License


Languages

Language:TypeScript 100.0%