Direct Calling variable from console for checking that specific variable output like spyder after running the code. #15558
Replies: 2 comments 1 reply
-
You have a few options.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Moved to #16991 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At first take my SALAM. Hlw all. i am here to request to the extension developer that is there any way to check any variable output by calling it from terminal like spyder console? If it has already how do i use that? Actually i am already posted this inside github on vs code features tab but (vscode-triage-bot) suggest me to post over here because i wanna use this features with python.
Understanding:
suppose i type a = 2 in a python file. Now if i wanted to see the result then i have to print by typing print(a)
Now i wanted to see this "a" variable result from console by calling the variable name and console will show me the ans 2.
I am inserting an image for better understanding for you guys. By the way
My extension version of python is v2021.2.582707922
And my visual studio code version is 1.53.2
Here is the post link : microsoft/vscode#118122
Beta Was this translation helpful? Give feedback.
All reactions