copy-python-dotted-path

0.6.5 • Public • Published

Copy Python Path

installs E2E

An VS Code extension to copy python dotted paths to the clipboard.

Features

Would you like to get the python path, e.g. when running unittest?

When the copy python path command is executed, it copies the python dotted path to the clipboard. It also works with context menus.

feature

Configuration

If you want to add the workspace folder name to the beginning of the dotted path, add the following setting to setting.json.

{
  "copyPythonPath.addModuleRootName": true // default false
}

Notice

  • This extension works only with python3 files.

License

MIT

Contributing

Contributions are welcome 🎉
We accept contributions via Pull Requests.

Package Sidebar

Install

npm i copy-python-dotted-path

Weekly Downloads

1

Version

0.6.5

License

MIT

Unpacked Size

4.57 MB

Total Files

39

Last publish

Collaborators

  • ryokawamata