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

Make "Copy Value" to work, if current editors code line contains //? #480

Closed
dadiborn opened this issue May 21, 2020 · 3 comments
Closed

Comments

@dadiborn
Copy link

Description

Make available to work "Copy Value" action if nothing is selected but current editors code line contains //?
If so it will copy current result from //?

Sample code

var demo2 = 5+1; //? 6

Currently if nothing is selected nothing is copied

@dadiborn
Copy link
Author

dadiborn commented May 22, 2020

Addition:

quokka_sad

  1. Copy Value on big arrays returns empty array
  2. Had a luck to copy first portion of 100 items

After that, sadly, i used Chromes console with copy(myArray) to get values instead of Quokka

@smcenlly
Copy link
Member

@dadiborn - thanks for letting us know about the Array behavior. Have created a new separate issue for tracking.

@smcenlly
Copy link
Member

This is fixed in the latest version of Quokka.

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

No branches or pull requests

2 participants