C++ Completions
C++ Completions for Sublime text.
Details
Installs
- Total 94K
- Win 59K
- Mac 10K
- Linux 25K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 4 | 2 | 7 | 8 | 4 | 5 | 0 | 0 | 7 | 8 | 5 | 8 | 6 | 7 | 6 | 9 | 7 | 9 | 6 | 7 | 7 | 7 | 5 | 7 | 6 | 6 | 13 | 4 | 12 | 7 | 13 | 7 | 10 | 9 | 11 | 11 | 7 | 4 | 12 | 12 | 6 | 13 | 11 | 10 | 10 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | 1 | 1 | 2 | 1 | 0 | 2 | 3 | 0 | 1 | 0 | 0 | 1 | 1 | 2 | 1 | 2 | 0 | 3 | 1 | 2 | 1 | 2 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 1 | 2 | 0 | 1 | 0 | 1 |
Linux | 0 | 1 | 1 | 1 | 3 | 5 | 1 | 0 | 0 | 2 | 2 | 1 | 1 | 1 | 3 | 3 | 2 | 3 | 2 | 2 | 1 | 3 | 7 | 5 | 1 | 4 | 3 | 3 | 4 | 0 | 0 | 4 | 2 | 3 | 3 | 2 | 8 | 4 | 2 | 0 | 3 | 2 | 3 | 6 | 3 | 4 |
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