Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>gorunNew to Visual Studio Code? Get it now.
gorun

gorun

nf071590

|
5,245 installs
| (0) | Free
'go run file.go' with shift+enter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

gorun README

Description

Think of Go Playground if you have ever used that feature.

gorun does the following. Assuming that you are working in Visual Code Studio on a file named hello.go in the hello directory:

user@host > pwd
/Users/joe/go/src/github.com/hello
user@host > ls
hello.go 

Pressing the keystroke shift+enter in Visual Code Studio would then be essentially:

user@host > go run hello.go

0.0.4

README update

0.0.1

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft