denofevil / AureliaStorm

This plugin brings support for Aurelia framework to the IntelliJ platform
MIT License
35 stars 6 forks source link

PhpStorm Aurelia plugin breaks code #30

Closed akinofftz closed 5 years ago

akinofftz commented 6 years ago

I noticed the last days that Aurelia plugin is breaking code on commit by silently replacing code like ${journey.startDate | date:'L' } by ${journey.startDate | date;:'L' } which is invalid. There is no workaround than commiting stuff separately from PhpStorm.

denofevil commented 6 years ago

@akinofftz I'm sorry for the delayed reply. Which PhpStorm version are you using? Can you provide a little bit bigger sample, as I cannot reproduce this issue

akinofftz commented 5 years ago

Just tried to commit in PhpStorm again. Yes, looks like this is not happening anymore. No idea if update of Aurelia plugin or PhpStorm solved that, but nice that I've not to use separate committing anymore. :)