forked from sublimescala/sublime-ensime
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Default.sublime-commands
54 lines (54 loc) · 1.06 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"caption": "Ensime: Log",
"command": "ensime_show_server_log"
},
{
"caption": "Ensime: Startup",
"command": "ensime_startup"
},
{
"caption": "Ensime: Restart",
"command": "ensime_restart"
},
{
"caption": "Ensime: Project",
"command": "ensime_show_project"
},
{
"caption": "Ensime: Session",
"command": "ensime_show_session"
},
{
"caption": "Ensime: Debug Start",
"command": "ensime_start_debugger"
},
{
"caption": "Ensime: Debug Stop",
"command": "ensime_stop_debugger"
},
{
"caption": "Ensime: Debug Output",
"command": "ensime_show_output"
},
{
"caption": "Ensime: Debug Stack",
"command": "ensime_show_stack"
},
{
"caption": "Ensime: Debug Locals",
"command": "ensime_show_locals"
},
{
"caption": "Ensime: Notes",
"command": "ensime_show_notes"
},
{
"caption": "Ensime: Inspect Type at Point",
"command": "ensime_inspect_type_at_point"
},
{
"caption": "Ensime: Go to Definition",
"command": "ensime_go_to_definition"
}
]