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

ipython-like behaviour for editing methods/classes #1768

Open
v0dro opened this issue Aug 23, 2018 · 3 comments
Open

ipython-like behaviour for editing methods/classes #1768

v0dro opened this issue Aug 23, 2018 · 3 comments
Labels

Comments

@v0dro
Copy link

v0dro commented Aug 23, 2018

In ipython it is possible to paste an entire method into the console and go up/down and edit the method as per your needs, and then load the method into the interpreter. Pressing 'up' also shows the entire method that was written rather than individual lines of the method.

Having this functionality would be huge boon for quickly testing code within the console.

@kyrylo
Copy link
Member

kyrylo commented Sep 20, 2018

Pry provides the edit command, so you can edit methods in your editor.

Making it work like in ipython sounds tremendously useful, too.

@kyrylo kyrylo added the feature label Sep 20, 2018
@kyrylo
Copy link
Member

kyrylo commented Oct 15, 2018

BTW, this has been discussed years ago. Here's some context:

@kyrylo
Copy link
Member

kyrylo commented Jun 25, 2019

I suspect this issue may be closed when #2063 is completed. Adding to the milestone, so I don't forget about it.

@kyrylo kyrylo added this to the v0.13.0 milestone Jun 25, 2019
@kyrylo kyrylo removed this from the v0.13.0 milestone Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants