WebStorm could know Meteor better. For example, WebStorm doesn’t recognize some internal packages, such as Check. Also, you need to manually import external packages (should be fixed in the next version).
But when it comes to templates, it works correctly for me…
I did not looked into it deeper, but by default all these {{#each}} etc includes throw error graphics if we keep space between left brackets and word.
Any fast fix ? I want to still have tag pairing of them, just I would love to have {{ #each ...}} instead of {{#each ...}}