How do I get VS Code, running with Julia, to evaluate a line of Code? I thought pressing Shift Enter was the way to accomplish evaluating a line of Code.
It worked for me.
Do this.
- shutdown VS Code completedly
- start up VS Code
- write this program
a = 666
- save source code to a file example01.jl
- open example01.jl in VS Code
- put cursor at the end of “a = 666”
- Now press Shift-Enter
- Go to terminal window in VS Code
- type in “a”
Do you get this?
Thank you very much - it worked. I am new to any type of programming so I really appreciate your assistance.
Regards,
Larry