A Sublime Text 2/3 plugin that provides CMake quick reference, auto-completion and syntax highlight features.
- CMake Quick Reference (ver 2.8.12.2)
- CMake Auto-Completion (ver 2.8.12.2)
- CMake Syntax Highlight
Requirement
First, you need to set your document syntax to 'CMakeEditor' by choosing: View -> Syntax -> CMakeEditor
Quick Reference
Click on the symbol then press F1
This is the default keymap:
[
{
"keys": ["f1"],
"command": "c_make_editor_search_doc",
"context": [
{ "key": "selector", "operator": "equal", "operand": "source.cmakeeditor" }
]
}
]
To tweak it, copy the default -> choose Preferences -> Package Settings -> CMakeEditor -> Key Bindings - User -> paste the default and change 'keys' value as you want.
- 10/10/2014 - 1.0.0 beta - the first version