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

Copy variables not really working well #400

Open
flip111 opened this issue Apr 17, 2020 · 1 comment
Open

Copy variables not really working well #400

flip111 opened this issue Apr 17, 2020 · 1 comment

Comments

@flip111
Copy link

flip111 commented Apr 17, 2020

In the "Variables" pane where all the variables are listed in local scope (and a bunch of other scopes), when i have an array there and right click Copy Value i get

array(42)

When i click Copy as Expression i get

$forum_data_ary

These two options are somewhat useful. The "copy as expression" is more useful than "copy as value" though. Instead of just these two options could the following there be the following entries in the right click menu:

Copy as PHP (copies runnable PHP code to construct the variable)
Copy as JSON (copies JSON representation of variables)
Copy name (new name for "copy as expression")
Copy type  (new name for "copy as value")
@zobo
Copy link
Contributor

zobo commented Jul 23, 2023

Related to #917 but does not solve the issue, as currently one one option is possible, not a list of options. Opened an issue with VSCode.

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

No branches or pull requests

2 participants