-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.sublime-commands
38 lines (38 loc) · 1.07 KB
/
Default.sublime-commands
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
33
34
35
36
37
38
[
{
"caption": "Simple Ember.js Navigator: List models",
"command": "list_ember_models"
},
{
"caption": "Simple Ember.js Navigator: List controllers",
"command": "list_ember_controllers"
},
{
"caption": "Simple Ember.js Navigator: List views",
"command": "list_ember_views"
},
{
"caption": "Simple Ember.js Navigator: List templates",
"command": "list_ember_templates"
},
{
"caption": "Simple Ember.js Navigator: List mixins",
"command": "list_ember_mixins"
},
{
"caption": "Simple Ember.js Navigator: List adapters and stores",
"command": "list_ember_data"
},
{
"caption": "Simple Ember.js Navigator: List statechart files",
"command": "list_ember_states"
},
{
"caption": "Simple Ember.js Navigator: Open application file",
"command": "open_ember_application_file"
},
{
"caption": "Simple Ember.js Navigator: Open file in root directory",
"command": "open_ember_root_file"
}
]