disable St live template in expression contexts

because it's trailing space isn't applicable there, and it gets in the way during completion (IDEA-162394)
This commit is contained in:
peter
2018-05-07 10:19:33 +02:00
parent b648247f18
commit 89da2eca3d
+2 -2
View File
@@ -6,11 +6,11 @@
<option name="JAVA_CODE" value="false" />
<option name="JAVA_STATEMENT" value="true" />
<option name="JAVA_DECLARATION" value="true" />
<option name="JAVA_EXPRESSION" value="true" />
<option name="JAVA_EXPRESSION" value="false" />
<option name="GROOVY" value="false" />
<option name="GROOVY_STATEMENT" value="true" />
<option name="GROOVY_DECLARATION" value="true" />
<option name="GROOVY_EXPRESSION" value="true" />
<option name="GROOVY_EXPRESSION" value="false" />
</context>
</template>
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.psf"