Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tushortz/cpp-completions

C++ Completions for Sublime text.
https://github.com/tushortz/cpp-completions

Last synced: 5 days ago
JSON representation

C++ Completions for Sublime text.

Awesome Lists containing this project

README

        

# C++ Completions

## About
This Sublime Text (2 or 3) package gives method completion suggestions for C++.

## Screenshot
![C++ Completion preview](preview.gif)

## How to Use

### Methods and other completions

Just type the words and the completion suggestions should show up. Press `ENTER` or `TAB` for completion.

#### Including header files
Type **i-**`header name` then Press `ENTER` or `TAB` for completion. e.g.

> i-vector to get:

```c
#include
```

> **Note:** For best result, you can disable `Qt Completions for C++` **(if installed)** so that only the normal C++ methods would show up in the completion lists.

## Contributing

All contributions are welcome. Just fork it on [Github](https://github.com/tushortz/CPP-Completions) and create a pull request.

## License

© 2015 Taiwo Kareem | [email protected].

**Read license.txt**