-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheditor.codeinsight.xml
25 lines (25 loc) · 1.08 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
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_FILE_HEADER" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="PARAMETER_INFO_DELAY" value="100" />
<option name="JAVADOC_INFO_DELAY" value="5000" />
<option name="COMPLETION_CASE_SENSITIVE" value="1" />
<option name="SELECT_AUTOPOPUP_SUGGESTIONS_BY_CHARS" value="true" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="SURROUND_SELECTION_ON_QUOTE_TYPED" value="true" />
<option name="REFORMAT_ON_PASTE" value="4" />
<option name="HIGHLIGHT_SCOPE" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings">
<option name="NEXT_ERROR_ACTION_GOES_TO_ERRORS_FIRST" value="false" />
</component>
<component name="PhpCodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
</component>
<component name="XmlFoldingSettings">
<option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
</component>
</application>