-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathContext.sublime-menu
58 lines (58 loc) · 1.12 KB
/
Context.sublime-menu
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"caption": "-"
},
{
"command": "start_atlas_",
"args": {},
"caption": "Start Atlas"
},
{
"command": "show_in_atlas_",
"args": {},
"caption": "Show in Atlas"
},
{
"command": "analyze_database_",
"args": {},
"caption": "Analyze Database"
},
{
"caption": "-"
},
{
"command": "find_callers_",
"args": {},
"caption": "Find Callers"
},
{
"command": "find_callees_",
"args": {},
"caption": "Find Callees"
},
{
"command": "find_members_",
"args": {},
"caption": "Find Members"
},
{
"command": "find_overrides_",
"args": {},
"caption": "Find Overrides"
},
{
"command": "find_similar_function_",
"args": {},
"caption": "Find Similar Function"
},
{
"command": "find_bases_",
"args": {},
"caption": "Find Bases"
},
{
"command": "delete_nearby_items_",
"args": {},
"caption": "Delete Nearby Items"
},
]