The go command prompt program (“go help”) will run the compiler, a separate 
program, when certain commands are used (like “go build”). The compile 
process creates a file that is the program you wrote if no errors are 
found, and you can then run this program file to do the work you coded.

An IDE will do this with the same go programs (the toolchain you are 
installing) but may make organizing and working on your project and calling 
the compiler commands more ordered. The IDE may help you download and 
install the Go toolchain. I haven't used Visual Studio Code but we did use 
Visual Studio at university.

I like using the windows of the OS to have multiple editor windows and 
command prompt windows open; alt-tab is a useful Windows keyboard shortcut 
for managing this. Virtual desktops are an additional way to organize the 
workspace.

Matt

On Tuesday, May 22, 2018 at 11:41:07 PM UTC-5, John wrote:
>
> Is the visual code studio an compiler or a what, I tried it myself but I 
> isn't able to program.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to