-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
32 lines (32 loc) · 849 Bytes
/
Default.sublime-commands
File metadata and controls
32 lines (32 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"caption": "ECC: Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/EasyClangComplete/EasyClangComplete.sublime-settings"
}
},
{
"caption": "ECC: Open completion triggers location",
"command": "edit_settings",
"args": {
"base_file": "${packages}/EasyClangComplete/Preferences.sublime-settings"
}
},
{
"caption": "ECC: Show all errors",
"command": "ecc_show_all_errors"
},
{
"caption": "ECC: Clean current CMake cache",
"command": "clean_cmake"
},
{
"caption": "ECC: Show popup info",
"command": "ecc_show_popup_info"
},
{
"caption": "ECC: (Bazel) Generate compile_commands.json",
"command": "generate_bazel_comp_db"
},
]