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

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

Awesome Lists containing this project

README

          

# Code Companion

![logo](./img/logo.png)
![vs](https://code.visualstudio.com/assets/branding/app-icon.png)

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

```
print
```

### 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 :)