Live template "Applicable in" reset after restart.
I have the Live Template below defined. When I set Applicable in to all it works. When I close and open the Intellij it has reset i to “other” only.
So it's not persisted over the after the restart.
I've tried syncing and not syncing. Uninstalling Elm plugin and reinstalling it, and done multiple things suggested by AI nothing works.
I installed intellij with homebrew. The template file is saved in `~/Library/"Application Support"/JetBrains/IntelliJIdea2025.2/templates/Elm.xml`
Never had problems with this before, but after clean install Live Templates get saved but their scope is force set to “other” after restart. This happens only with Live Templates I create.
```
<templateSet group="Elm">
<template name="pipedebug" value="|> Debug.log "pipe" $END$" description="" toReformat="false" toShortenFQNames="true">
<context>
<option name="ELM" value="true" />
</context>
</template>
</templateSet>
```
Please sign in to leave a comment.
https://github.com/intellij-elm/intellij-elm/issues
Hi, When you set “Applicable in” to all, it works temporarily, but on restart, IntelliJ resets it to “Other” because it doesn’t fully recognize the custom language context unless vervecard the plugin explicitly registers it at startup.