forked from DamnWidget/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Context.sublime-menu
45 lines (45 loc) · 1.24 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
[
{
"caption": "Anaconda",
"id": "anaconda_context",
"children":
[
{
"command": "anaconda_goto",
"caption": "Goto Definition"
},
{
"command": "anaconda_find_usages",
"caption": "Find Usages"
},
{
"command": "anaconda_doc",
"caption": "Show Documentation"
},
{
"command": "anaconda_rename",
"caption": "Rename object under cursor"
},
{
"command": "anaconda_get_lines",
"caption": "Show error list"
},
{
"command": "anaconda_next_lint_error",
"caption": "Next lint error"
},
{
"command": "anaconda_auto_format",
"caption": "Autoformat PEP8 Errors"
},
{
"command": "anaconda_mc_cabe",
"caption": "McCabe complexity check"
},
{
"command": "anaconda_auto_import",
"caption": "Auto import undefined word under cursor"
},
]
}
]