Inject language or reference is not remembered/saved after restart
Answered
Hello,
The Inject language or reference, is working fine, but after I restart Intellij Ultimate or my pc it is not "saved" so to speak. I have to Inject language or reference again for every string. Can I make Intellij Ultimate remember it somehow?
Please sign in to leave a comment.
It is expected result. By default, the IDE injects a language temporarily. It means that if you delete the embedded element or restart the IDE, the injection will be lost as well.
Please see https://www.jetbrains.com/help/idea/using-language-injections.html#language_annotation on how to make it permanent.
Thank you for the response, but I need to remember the injection inside of a cucumber .feature file. Example:
Is this possible?
You can try using it in the following way: