-
Notifications
You must be signed in to change notification settings - Fork 9
/
templates_io_noties_debug.xml
68 lines (68 loc) · 4.33 KB
/
templates_io_noties_debug.xml
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
59
60
61
62
63
64
65
66
67
68
<templateSet group="io.noties.debug">
<template name="dii" value="io.noties.debug.Debug.i($VAR$);" description="Debug.i() with methodParameters" toReformat="false" toShortenFQNames="true">
<variable name="VAR" expression="groovyScript("def a = _1.collect{ it + \": %s\"}.join(\", \"); def b = _1.collect{it}.join(\", \"); def c = '\"' + a + '\", ' + b; c", methodParameters(" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="COMPLETION" value="false" />
<option name="KOTLIN_EXPRESSION" value="false" />
</context>
</template>
<template name="dv" value="io.noties.debug.Debug.v($END$);" description="Debug.v()" toReformat="false" toShortenFQNames="true">
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="true" />
</context>
</template>
<template name="di" value="io.noties.debug.Debug.i($END$);" description="Debug.i();" toReformat="false" toShortenFQNames="true">
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="true" />
</context>
</template>
<template name="de" value="io.noties.debug.Debug.e($END$);" description="Debug.e();" toReformat="false" toShortenFQNames="true">
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="true" />
</context>
</template>
<template name="dw" value="io.noties.debug.Debug.w($END$);" description="Debug.w();" toReformat="false" toShortenFQNames="true">
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="true" />
</context>
</template>
<template name="dd" value="io.noties.debug.Debug.d($END$);" description="Debug.d();" toReformat="false" toShortenFQNames="true">
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="true" />
</context>
</template>
<template name="ddd" value="io.noties.debug.Debug.d($VAR$);" description="Debug.d() with methodParameters" toReformat="false" toShortenFQNames="true">
<variable name="VAR" expression="groovyScript("def a = _1.collect{ it + \": %s\"}.join(\", \"); def b = _1.collect{it}.join(\", \"); def c = '\"' + a + '\", ' + b; c", methodParameters(" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="false" />
</context>
</template>
<template name="dee" value="io.noties.debug.Debug.e($VAR$);" description="Debug.e() withMethodParameters" toReformat="false" toShortenFQNames="true">
<variable name="VAR" expression="groovyScript("def a = _1.collect{ it + \": %s\"}.join(\", \"); def b = _1.collect{it}.join(\", \"); def c = '\"' + a + '\", ' + b; c", methodParameters(" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="false" />
</context>
</template>
<template name="dvv" value="io.noties.debug.Debug.v($VAR$);" description="Debug.v() with methodParameters" toReformat="false" toShortenFQNames="true">
<variable name="VAR" expression="groovyScript("def a = _1.collect{ it + \": %s\"}.join(\", \"); def b = _1.collect{it}.join(\", \"); def c = '\"' + a + '\", ' + b; c", methodParameters(" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="false" />
</context>
</template>
<template name="dww" value="io.noties.debug.Debug.w($VAR$);" description="Debug.w() with methodParameters" toReformat="false" toShortenFQNames="true">
<variable name="VAR" expression="groovyScript("def a = _1.collect{ it + \": %s\"}.join(\", \"); def b = _1.collect{it}.join(\", \"); def c = '\"' + a + '\", ' + b; c", methodParameters(" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_EXPRESSION" value="true" />
<option name="KOTLIN_EXPRESSION" value="false" />
</context>
</template>
</templateSet>