C++ Completions
C++ Completions for Sublime text.
Details
Installs
- Total 96K
- Win 60K
- Mac 10K
- Linux 26K
Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 5 | 2 | 1 | 3 | 2 | 4 | 2 | 2 | 4 | 5 | 5 | 6 | 1 | 5 | 3 | 6 | 6 | 7 | 4 | 7 | 1 | 8 | 8 | 4 | 6 | 5 | 2 | 9 | 2 | 7 | 3 | 5 | 5 | 5 | 4 | 4 | 4 | 8 | 4 | 5 | 4 | 4 | 1 | 6 | 11 |
Mac | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 5 | 3 | 2 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 2 | 2 | 0 | 2 | 2 | 0 | 2 | 0 | 2 | 1 | 1 | 3 | 3 | 0 | 3 | 1 | 1 | 2 | 1 | 3 | 1 | 1 | 1 | 4 | 1 | 5 | 1 | 1 | 3 | 1 | 5 | 5 | 1 | 0 | 2 | 1 | 1 | 4 | 0 | 0 | 1 | 3 | 1 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
C++ Completions
About
This Sublime Text (2 or 3) package gives method completion suggestions for C++.
Screenshot
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:
#include <vector>
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 and create a pull request.
License
© 2015 Taiwo Kareem | taiwo.kareem36@gmail.com.
Read license.txt