This Question is Answered

2 "helpful" answers available (2 pts)
2 Replies Last post: Feb 10, 2013 8:21 PM by perropicante  
perropicante Newbie 2 posts since
Feb 10, 2013
Currently Being Moderated

Feb 10, 2013 10:58 AM

Enabling Jade Support in Webstorm 5.0.4

I was all excited when I saw Jade support come out in version 5 of Webstorm, so I downloaded a copy and am now going through the trial.

 

I had Webstorm 4 before, and imported my settings, and as far as I can tell, Jade is still getting treated as plain text.

 

Is there anything special that needs to be done to enable IDE support?

  • On my Mac, when I go to WebStorm > Preferences > Plugins, I see Jade is checked and marked as Bundled
  • In Preferences, when I search for Jade, I see
    • Code Style highlighting jade syntax
    • Colors & Fonts doing the same under Editors

 

And yet, when I create a new jade file with the jade extension (or from the context menu), I still get plain text.

 

Any ideas on how I could fix this?

 

Thanks!

Andriy Bazanov Master 2,652 posts since
May 28, 2010
Currently Being Moderated
Feb 10, 2013 3:23 PM in response to: perropicante
Re: Enabling Jade Support in Webstorm 5.0.4

Hi Michael,

 

Please check "Settings | File Types" -- most likely that in previous version (which had no support for *.jade files) you have told IDE to treat them as Text File (IDE needs to know how to treat each unknown file extension). So .. please check "Text files" entry and remove any *.jade associated patterns from there (you may need to add *.jade to Jade files in the same settings page).

More Like This

  • Retrieving data ...