ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

C++ Completions

by tushortz ALL

C++ Completions for Sublime text.

Details

Installs

  • Total 97K
  • Win 60K
  • Mac 10K
  • Linux 26K
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 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
Windows 0 6 3 2 5 2 4 2 9 4 5 1 5 2 4 5 5 10 1 3 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
Mac 0 0 0 1 0 0 0 2 2 1 0 1 0 0 1 2 1 0 0 2 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
Linux 0 2 2 5 0 1 1 1 3 2 2 1 1 3 2 2 1 1 0 2 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

Readme

Source
raw.​githubusercontent.​com

C++ Completions

About

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

Screenshot

C++ Completion preview

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