0.6.5 • Published 1 year ago

copy-python-dotted-path v0.6.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Copy Python Path

npm.io

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.

0.6.5

1 year ago

0.6.4

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

6.0.0

1 year ago