Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tushortz/cpp-completions
- Owner: tushortz
- License: mit
- Created: 2015-11-27T12:43:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T01:06:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-26T17:26:47.205Z (over 1 year ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 21
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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**