Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Code MakeNew to Visual Studio Code? Get it now.

Code Make

Drizzy

drizzy.dev
|
828 installs
| (1) | Free
| Sponsor
Creates c++ projects with configured Makefile
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Make

Marketplace Version Downloads Rating

Features

Create projects in c++ Compile and run the program directly from the vscode interface just by pressing an icon.

Requirements

  • You have to have make installed on your computer (see instructions)
  • If you are on linux you must install gcc (see instructions)
  • If you are on window you must install mingw (see instructions)
  • If you are on mac os you must install clang (see instructions)

How to use

After installing the extension I'm sure you saw a + symbol in the bottom left corner, if you click on it it will create a C++ project structure for you. To compile just click the gear wheel, the play symbol to run the program, the trash can to delete files from the bin and obj directories, and x is to delete both directories.

Keybindings

Linux Windows Mac Description
ctrl+alt+f ctrl+alt+f ctrl+alt+f Make Create Folder
ctrl+alt+b ctrl+alt+b ctrl+alt+b Make Build Folder
ctrl+alt+r ctrl+alt+r ctrl+alt+r Make Run Folder
ctrl+alt+c ctrl+alt+c ctrl+alt+c Make Clean Folder
ctrl+alt+d ctrl+alt+d ctrl+alt+d Make Delete Folder

Release Notes

Refer to CHANGELOG

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft