C++ Snippets
C++11 Sublime Text Snippets
Details
Installs
- Total 71K
- Win 40K
- Mac 9K
- Linux 21K
May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 4 | 5 | 6 | 6 | 6 | 4 | 10 | 7 | 7 | 11 | 7 | 2 | 10 | 4 | 5 | 9 | 6 | 8 | 7 | 3 | 14 | 7 | 6 | 8 | 11 | 6 | 13 | 8 | 10 | 4 | 9 | 5 | 8 | 7 | 6 | 5 | 4 | 4 | 11 | 8 | 7 | 2 | 8 | 7 | 7 |
Mac | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 2 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 |
Linux | 2 | 4 | 2 | 2 | 4 | 1 | 1 | 2 | 2 | 6 | 3 | 0 | 2 | 3 | 1 | 1 | 3 | 3 | 0 | 1 | 1 | 3 | 5 | 1 | 1 | 0 | 3 | 5 | 3 | 3 | 6 | 4 | 1 | 2 | 3 | 1 | 4 | 2 | 0 | 3 | 1 | 0 | 2 | 0 | 0 | 3 |
Readme
- Source
- raw.githubusercontent.com
C++ Snippets for Sublime Text
This package adds some useful snippets for Sublime Text for C++11. It matches the following style:
if(/* condition */) {
/* code */
}
Installation
Package Control (recommended)
The easiest way to install the C++ Snippets is by using Package Control. Installing it is documented here.
- Open Package Control (or hit Ctrl+Shift+P or Cmd+Shift+P)
- Type install and hit enter
- Type C++ Snippets and hit enter again
Cloning the Repository
You can manually install the package by using Git.
- Navigate to Sublime’s Packages directory
- Run
git clone https://github.com/Rapptz/cpp-sublime-snippet.git
To find out where the Packages directory is, you can go to Preferences and Browse packages…. This will open the directory in your file explorer.
Downloading the Archive
If you don’t have Package Control or Git, you can also download the package. However you really should be using Package Control, because the process is simpler.
- Open https://github.com/Rapptz/cpp-sublime-snippet in your browser
- On the right hand side there is a Download ZIP button – click it
- Go to Preferences and Browse packages… which opens the Packages directory
- Extract the archive inside the Packages directory
Documentation
Documentation can be found in the reference.md file.
License
The overall collection of snippets is licensed under the MIT License but the individual snippets themselves are licensed under CC0.