python-copy-reference.vim icon indicating copy to clipboard operation
python-copy-reference.vim copied to clipboard

Inspired by PyCharm's Copy Reference feature. Copies the dotted reference/path of a Python module/class/method/function so that you could discuss it with colleagues or use it to run unit tests in a se...

Results 1 python-copy-reference.vim issues
Sort by recently updated
recently updated
newest added

Thanks for making this convenient plugin! One of the projects I work on uses [nose](https://pypi.org/project/nose/) as its test framework, and the path format for selecting specific classes/tests to run is...