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

Visualize what line of code the editor is running #11177

Closed
Travis-Barton opened this issue Dec 24, 2019 · 3 comments · Fixed by #11186
Closed

Visualize what line of code the editor is running #11177

Travis-Barton opened this issue Dec 24, 2019 · 3 comments · Fixed by #11186

Comments

@Travis-Barton
Copy link

So this is just an idea, but when I am running lots of code with 'run current selection' it would be cool if the lines in the IPython consol were a different color after they were run.

So picture entering:

func1(args)
func2(args)
.
.
.
funN(args)

and you select all functions and press run current selection.

What is func2-funcN were all greyed out while func1 was running, then func2 gets color when its running, etc, etc. That way, we know what lines have already run and where our code is in the process!

Just an idea, it beats a bunch of print functions/waiting and hoping.

@impact27
Copy link
Contributor

I think it would slow down the code significantly. I had the idea to have a plug-in where you can push a button and it would show you where the code is. Updating continuously would take too much time in my opinion.

@impact27
Copy link
Contributor

#10461

@Travis-Barton
Copy link
Author

I had the idea to have a plug-in where you can push a button and it would show you where the code is.

I think thats a wonderful idea! That would very be a quality of life feature that I would use regularly, and would fit my need perfectly!
@impact27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants