Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drizzy/code-make

Code Make is designed to make it easy to create and compile C++ projects using the Make tool.
https://github.com/drizzy/code-make

cpp extension make makefile vscode

Last synced: 6 days ago
JSON representation

Code Make is designed to make it easy to create and compile C++ projects using the Make tool.

Awesome Lists containing this project

README

        

# Code Make

[![Marketplace Version](https://vsmarketplacebadges.dev/version-short/drizzy.code-make.svg)](https://marketplace.visualstudio.com/items?itemName=drizzy.code-make)
[![Downloads](https://vsmarketplacebadges.dev/downloads-short/drizzy.code-make.svg)](https://marketplace.visualstudio.com/items?itemName=drizzy.code-make)
[![Rating](https://vsmarketplacebadges.dev/rating-short/drizzy.code-make.svg)](https://marketplace.visualstudio.com/items?itemName=drizzy.code-make)

## Features

Create C++ projects, compile, and run programs directly from the VSCode interface with a simple click.

## Requirements

- You must have `make` installed on your computer. [See instructions](docs/SETUP.md#install-make)
- For Windows, install `mingw`. [See instructions](docs/SETUP.md#windows-1)
- For Linux, install `gcc`. [See instructions](docs/SETUP.md#gnulinux-1)
- For macOS, install `clang or gcc`. [See instructions](docs/SETUP.md#macos-1)

## How to use

After installing the extension, click on the heart symbol 🩷 located in the lower right corner to create a C++ project structure, Use the play symbol to compile and run the program.

## Release Notes

Refer to [CHANGELOG](CHANGELOG.md) for detailed release notes.