https://github.com/namangarg2075/code-companion
Code Companion is a vs code extension which help you in generating boilerplates without writing codes in different languages
https://github.com/namangarg2075/code-companion
coding companion extension programming vscode
Last synced: about 1 month ago
JSON representation
Code Companion is a vs code extension which help you in generating boilerplates without writing codes in different languages
- Host: GitHub
- URL: https://github.com/namangarg2075/code-companion
- Owner: NamanGarg2075
- License: mit
- Created: 2022-02-27T12:29:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T17:05:35.000Z (over 3 years ago)
- Last Synced: 2025-03-03T10:14:11.616Z (7 months ago)
- Topics: coding, companion, extension, programming, vscode
- Homepage: https://marketplace.visualstudio.com/items?itemName=NamanGarg.CodeCompanion
- Size: 92.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Companion

A [vscode](https://code.visualstudi.com) extension which helps you in generating boilerplate without writing it. You just have to type one word to generate boilerplate.
## Current languages
Currently it has 7 languages :-
- HTML
- CSS
- Python
- Php
- C
- C++
- C### How to use? ([Full Guide](/vsc-extension-quickstart.md))
Just type the following one word when you start your particular file.
You can also read full guide [here](/vsc-extension-quickstart.md)
### HTML
```
plate
```### CSS
```
plate
```👇This will add basic but important code.
```
main
```### Python
This command helps you in print syntax in python
```
```### C
```
plate
```### C++
```
plate
```### C#
```
plate
```### Php
Many developers find it difficult to connect their website to mysql database. Just type the following command and get a pre-created database.
```
dbconnect
```## Wrapping up :)
- Support for more languages will be added in future.
- Contributions are welcome :)