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

https://github.com/homeboy445/auto-include

Automatically include & remove standard cpp headers accordingly.
https://github.com/homeboy445/auto-include

cpp vscode vscode-extension

Last synced: 2 months ago
JSON representation

Automatically include & remove standard cpp headers accordingly.

Awesome Lists containing this project

README

          

# Auto Include

Automatically include & remove standard C++ headers accordingly to your use-case. Now, you don't have to worry about all those headers that you constantly need to include or remove, this extension will do all that for you - giving you a smooth C++ programming experience.

## Features

### Auto include any C++ standard header(s) if you're using it's functionality,
![video4](https://user-images.githubusercontent.com/61937872/137953674-a77e1a93-3be5-492b-990e-82e4837ff5e4.gif)

### Auto remove any C++ standard header(s) if you're not using it's functionality,
![video3](https://user-images.githubusercontent.com/61937872/137953616-40310bc8-ec8a-42bc-910d-59f70a8c3a50.gif)

## Usage
Just do `ctrl + shift + p` and choose `Auto Include` or you can just press `F9`. (make sure the file type is cpp only).

## Requirements

#### Make sure you have a C++ compiler installed and its up and running and also it's include path settings are correctly configured.

## Extension Settings

This extension does not introduces any settings to vs code whatsoever.

## Known Issues

There are many keywords to be added to extend the usability of this extension(ticket).

## Report bug or any unexpected behavior
Please feel free to report any encountered bug or any suggestions on the source code repo: https://github.com/homeboy445/auto-Include. It would be of great help!

## **Please provide feedback and Thanks for using it!**