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

Add CodeEditor cmd+p to copy Console.print(selection) to clipboard #208

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ustk
Copy link
Contributor

@ustk ustk commented Sep 22, 2021

No description provided.

@davidhealey
Copy link
Contributor

What does this do that is different to selecting the text in the console and using ctrl+c?

@ustk
Copy link
Contributor Author

ustk commented Sep 22, 2021

select a variable in the code, cmd+p
paste underneath and you get instantly Console.print(myVar);
Since it is used hundreds of times a day, I was tired to type it entirely or even use the auto-complete..
cmd+p, cmd+v, done...

@davidhealey
Copy link
Contributor

Aha I get it, very useful!

@ustk
Copy link
Contributor Author

ustk commented Sep 22, 2021

Yeah definitely, I hesitated to incorporate it in the context menu... Do you think it could be useful?

@davidhealey
Copy link
Contributor

I don't think so, but I'm very keyboard oriented...

@ustk
Copy link
Contributor Author

ustk commented Sep 22, 2021

Me too.. let's keep it as it is then...

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

Successfully merging this pull request may close these issues.

2 participants