-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.codeinsight.xml
27 lines (27 loc) · 1.21 KB
/
editor.codeinsight.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
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_METHODS" value="true" />
<option name="COLLAPSE_CUSTOM_FOLDING_REGIONS" value="true" />
</component>
<component name="CodeInsightSettings">
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="PARAMETER_INFO_DELAY" value="400" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="SURROUND_SELECTION_ON_QUOTE_TYPED" value="true" />
<option name="HIGHLIGHT_SCOPE" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="iTop">
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="JSCodeFoldingSettings">
<option name="collapseArrayLiterals" value="true" />
<option name="collapseObjectLiterals" value="true" />
<option name="COLLAPSE_OBJECT_LITERALS" value="true" />
<option name="COLLAPSE_ARRAY_LITERALS" value="true" />
</component>
<component name="PhpCodeFoldingSettings">
<option name="COLLAPSE_HERE_DOCS" value="true" />
<option name="COLLAPSE_FUNCTION_BODY" value="true" />
<option name="COLLAPSE_METHOD_BODY" value="true" />
</component>
</application>