Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Etheram68/Header-Cpp-Class
https://github.com/Etheram68/Header-Cpp-Class
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Etheram68/Header-Cpp-Class
- Owner: Etheram68
- Created: 2020-07-21T14:24:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T17:16:15.000Z (over 1 year ago)
- Last Synced: 2024-04-03T01:00:58.534Z (7 months ago)
- Language: TypeScript
- Size: 6.47 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-42 - source code
README
# 42 Lyon/Paris Canonical Class for Cpp
## Install
Launch Quick Open with ⌘+P and enter
```
ext install canonicalclasscpp
```## Usage
### Insert a header
- **macOS** : ⌘ + ⌥ + C
- **Linux** / **Windows** : Ctrl + alt + C.Enter the Class Name
### Create file Cpp and Hpp
### Create file Cpp and Hpp with Header
### Create file Template (.tpp)
Enter on the box "MyTemplateName.tpp"## Issues
To report a bug or ask for a feature, please open a [Github issue](https://github.com/Etheram68/Header-Cpp-Class/issues).
## Release Notes
## 0.3.3 / 0.3.4
Add on template line Accessor## 0.3.2
Modify template for more lisibility and correct error new line### 0.3.0 / 0.3.1
Add canonical Class for template (file extension .tpp)### 0.2.8
Modify Template### 0.2.6 / 0.2.7
First letter is upper, other letter is sensitive case And modify Template### 0.2.3 / 0.2.5
Modify template for align call function on cpp file### 0.2.1 / 0.2.2
Add gif Tuto, and modify template### 0.2.0
Add function for adding header on file### 0.1.9
Remove multi choice for working in### 0.1.7
Add multi posibiliter choice for create a class### 0.1.6
First Version of Auto Create canonical Class for the Cpp language