Build and run C, C++, Go, and Java projects with ease directly from Visual Studio Code.
- One-click build and run support for:
- C
- C++
- Go
- Java
- Easy integration into your existing Make-based workflows.
Make sure the following tools are installed on your system:
make
: For managing build tasks. Installation guideGCC
: For compiling and running C/C++ programs. Installation guideGo
: For compiling and running Go programs. Installation guideJava
: For compiling and running Java programs. Installation guide
- Install the extension.
- Click the gear ⚙️ icon in the bottom right to choose your language (C, C++, Go, or Java).
- Click the play ▶ icon to build and run your program.
You can also use the following shortcuts:
Action | Shortcut |
---|---|
Create Project | Ctrl+Alt+C |
Run Project | Ctrl+Alt+R |
Stop Execution | Ctrl+Alt+S |
See CHANGELOG.md for a complete list of changes.
The icon used in this extension is "makefile" by Iconduck, available under the MIT license.