-
Notifications
You must be signed in to change notification settings - Fork 2
/
Context.sublime-menu.bkp
25 lines (25 loc) · 1.44 KB
/
Context.sublime-menu.bkp
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
,
{ "caption": "-" },
{ "command": "", "caption": "Rename Local Variable - Diff" },
{ "command": "", "caption": "Rename Local Variable - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Optimize use statements - Diff" },
{ "command": "", "caption": "Optimize use statements - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Convert Local Variable to Instance Variable - Diff" },
{ "command": "", "caption": "Convert Local Variable to Instance Variable - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Convert Magic Value to Constant - Diff" },
{ "command": "", "caption": "Convert Magic Value to Constant - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Rename Method - Diff" },
{ "command": "", "caption": "Rename Method - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Rename Instance Variable - Diff" },
{ "command": "", "caption": "Rename Instance Variable - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Rename Class - Diff" },
{ "command": "", "caption": "Rename Class - Patch" },
{ "caption": "-" },
{ "command": "", "caption": "Rename Namespace - Diff" },
{ "command": "", "caption": "Rename Namespace - Patch" }