Skip to content

How to copy Variable values in IDEs

Aurélien Pupier edited this page Mar 21, 2022 · 1 revision

VS Code

For VS Code, there is the possibility to access the value of one variable at a time. The body for instance. You need to right-click on the variable and select copy-value.

copyBodyValue-vscode

Eclipse Desktop

For Eclipse Desktop, there is possibility to access a single variable by right-click then "Copy Variables".

copyBodyVariable-Eclipse

It is also possible to access several variables by selecting all of which you want, then right-click "Copy Variables". Take care to select all leafs of the tree

copySeveralVariables-eclipse .

Clone this wiki locally