-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.xml
96 lines (96 loc) · 4.25 KB
/
editor.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<application>
<component name="CodeInsightSettings">
<option name="completionCaseSensitive" value="2" />
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="COMPLETION_CASE_SENSITIVE" value="2" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
<component name="CodeVisionSettings">
<option name="codeVisionGroupToPosition">
<map>
<entry key="component.usage" value="Default" />
<entry key="inheritors" value="Default" />
<entry key="problems" value="Default" />
<entry key="references" value="Default" />
<entry key="rename" value="Default" />
<entry key="vcs.code.vision" value="Default" />
</map>
</option>
<option name="defaultPosition" value="Right" />
<option name="disabledCodeVisionProviderIds">
<set>
<option value="vcs.code.vision" />
</set>
</option>
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="DeclarativeInlayHintsSettings">
<option name="enabledOptions">
<map>
<entry key="js.type.hints#function.returns" value="true" />
<entry key="js.type.hints#non.paren.single.param" value="true" />
<entry key="js.type.hints#parameters.in.parens" value="true" />
<entry key="js.type.hints#variables.and.fields" value="true" />
<entry key="kotlin.lambdas.hints#hints.lambda.receivers.parameters" value="false" />
<entry key="kotlin.lambdas.hints#hints.lambda.return" value="false" />
<entry key="kotlin.references.types.hints#hints.type.function.parameter" value="false" />
<entry key="kotlin.references.types.hints#hints.type.function.return" value="false" />
<entry key="kotlin.references.types.hints#hints.type.property" value="false" />
<entry key="kotlin.references.types.hints#hints.type.variable" value="false" />
<entry key="ts.type.hints#function.returns" value="true" />
<entry key="ts.type.hints#non.paren.single.param" value="true" />
<entry key="ts.type.hints#parameters.in.parens" value="true" />
<entry key="ts.type.hints#variables.and.fields" value="true" />
</map>
</option>
<option name="providerIdToEnabled">
<map>
<entry key="groovy.implicit.null.argument" value="true" />
<entry key="groovy.local.variable.implicit.types" value="true" />
<entry key="java.implicit.types" value="false" />
<entry key="java.method.chains" value="true" />
<entry key="js.chain.hints" value="true" />
<entry key="js.type.hints" value="true" />
<entry key="kotlin.lambdas.hints" value="false" />
<entry key="kotlin.method.chains" value="false" />
<entry key="kotlin.references.types.hints" value="false" />
<entry key="kotlin.values.hints" value="true" />
<entry key="open.rewrite.recipe" value="true" />
<entry key="qodana.yaml.inspection.descriptions" value="true" />
<entry key="ts.chain.hints" value="true" />
<entry key="ts.enum.hints" value="true" />
<entry key="ts.type.hints" value="true" />
</map>
</option>
</component>
<component name="EditorSettings">
<option name="languageBreadcrumbsMap">
<map>
<entry key="JAVA" value="true" />
</map>
</option>
<option name="USE_SOFT_WRAPS" value="CONSOLE:PREVIEW" />
<option name="SHOW_QUICK_DOC_ON_MOUSE_OVER_ELEMENT" value="false" />
<option name="SHOW_STICKY_LINES" value="false" />
<option name="ENABLE_RENDERED_DOC" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="disabledHintProviderIds">
<set>
<option value="JAVA.RelatedProblems" />
</set>
</option>
<option name="lastViewedProviderKeyId" value=".vcs.code.vision" />
</component>
<component name="JetEditorOptions">
<option name="donTShowConversionDialog" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
</application>