Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: copy current module/class/function #3551

Closed
bhrutledge opened this issue Dec 4, 2018 · 1 comment
Closed

Feature request: copy current module/class/function #3551

bhrutledge opened this issue Dec 4, 2018 · 1 comment

Comments

@bhrutledge
Copy link

Environment data

  • VS Code version: 1.29.1
  • Extension version: 2018.11.0
  • OS and version: macOS 10.13.6
  • Python version: 2.7.15
  • Type of virtual environment used: virtualenv

I regularly find myself wanting to copy and paste the name of the module, function, class, or method that I'm looking at, sometimes individually, sometimes in dotted form, e.g. module.sub_module.Class.method or module.function. It looks like those bits of information are available via the Outline and Breadcrumbs, but I haven't found a way to get at them.

This is somewhat related to #73, because in absence of a configuration option for discovering and running specific Django tests via manage.py test, I just run them from the command line, by typing or pasting something like my_app.tests.ModelTestCase.test_model_method.

Thanks for considering this, and your work on this extension.

@DonJayamanne
Copy link

Closing in favour of #73.
I.e. let's not build a work around, instead let's fix the root cause

@lock lock bot locked as resolved and limited conversation to collaborators Jan 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants