-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.codeinsight.xml
29 lines (29 loc) · 1.33 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
28
29
<application>
<component name="CodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
<option name="COLLAPSE_FILE_HEADER" value="false" />
</component>
<component name="CodeInsightSettings">
<option name="selectAutopopupSuggestionsByChars" value="true" />
<option name="SHOW_PARAMETER_NAME_HINTS_ON_COMPLETION" value="true" />
<option name="AUTO_POPUP_JAVADOC_INFO" value="true" />
<option name="SELECT_AUTOPOPUP_SUGGESTIONS_BY_CHARS" value="true" />
<option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" />
<option name="SMART_BACKSPACE" value="2" />
<option name="SMART_INDENT_ON_ENTER" value="false" />
<option name="SURROUND_SELECTION_ON_QUOTE_TYPED" value="true" />
<option name="REFORMAT_ON_PASTE" value="1" />
<option name="HIGHLIGHT_SCOPE" value="true" />
<option name="TAB_EXITS_BRACKETS_AND_QUOTES" value="true" />
</component>
<component name="DaemonCodeAnalyzerSettings" profile="Coz">
<option name="SHOW_METHOD_SEPARATORS" value="true" />
</component>
<component name="PhpCodeFoldingSettings">
<option name="COLLAPSE_IMPORTS" value="false" />
</component>
<component name="XmlFoldingSettings">
<option name="COLLAPSE_HTML_STYLE_ATTRIBUTE" value="false" />
<option name="COLLAPSE_ENTITIES" value="false" />
</component>
</application>