-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacros.xml
More file actions
40 lines (40 loc) · 1.28 KB
/
macros.xml
File metadata and controls
40 lines (40 loc) · 1.28 KB
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
<application>
<component name="ActionMacroManager">
<macro name="semicolon_eol">
<action id="EditorLineEnd" />
<typing text-keycode="59:0">;</typing>
</macro>
<macro name="comment_title">
<shortuct text="ENTER" />
<typing text-keycode="111:0;111:0">//</typing>
<action id="EditorDuplicate" />
<action id="EditorDuplicate" />
<action id="EditorUp" />
<typing text-keycode="32:0">&#x20;</typing>
</macro>
<macro name="arrow">
<typing text-keycode="54:0;153:1">-></typing>
</macro>
<macro name="debugger;">
<action id="EditorStartNewLineBefore" />
<typing text-keycode="68:0;69:0;66:0;85:0;71:0;71:0;69:0;82:0;59:0">debugger;</typing>
</macro>
<macro name="EOL colon">
<action id="EditorLineEnd" />
<typing text-keycode="44:0">,</typing>
</macro>
<macro name="arrow function">
<action id="InsertLiveTemplate" />
<typing text-keycode="65:0;82:0;82:0;79:0">arro</typing>
<action id="EditorChooseLookupItem" />
</macro>
<macro name="ace right">
<action id="AceAction" />
<action id="EditorRight" />
</macro>
<macro name="ace left">
<action id="AceAction" />
<action id="EditorUp" />
</macro>
</component>
</application>