WS-2023.1.1 <martin@Martins-Studio.lan Update JavaScript.xml, editor.xml
This commit is contained in:
parent
836c42f57e
commit
162ffa6c2a
11
editor.xml
11
editor.xml
@ -1,4 +1,15 @@
|
||||
<application>
|
||||
<component name="DeclarativeInlayHintsSettings">
|
||||
<option name="providerIdToEnabled">
|
||||
<map>
|
||||
<entry key="js.chain.hints" value="true" />
|
||||
<entry key="js.type.hints" 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="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
|
||||
</component>
|
||||
|
@ -24,4 +24,40 @@
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyno" value="@apiBody {Number} [$NAME$] $END$" description="ApiBody Number Optional" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyn" value="@apiBody {Number} $NAME$ $END$" description="ApiBody Number Required" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyso" value="@apiBody {String} [$NAME$] $END$" description="ApiBody String Optional" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodys" value="@apiBody {String} $NAME$ $END$" description="ApiBody String Required" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodybo" value="@apiBody {Boolean} [$NAME$] $END$" description="ApiBody Boolean Optional" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyb" value="@apiBody {Boolean} $NAME$ $END$" description="ApiBody Boolean Required" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
Loading…
Reference in New Issue
Block a user