Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drizzy/code-make
- Owner: drizzy
- License: mit
- Created: 2022-09-28T20:21:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T03:50:53.000Z (15 days ago)
- Last Synced: 2024-11-05T04:26:30.656Z (15 days ago)
- Topics: cpp, extension, make, makefile, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=drizzy.code-make
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.