google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

Not working in WebStorm #257

Closed stanplat82 closed 2 years ago

stanplat82 commented 2 years ago

Installed it. Don't see any coloring in .soy files. May be I should do smth else, for instance, change file associations?

crdev commented 2 years ago

Hi @stanplat82,

I have just given Bamboo Soy v. 1.6.3-203 a try in WebStorm 213.4293.8 EAP and it worked fine for me, with code completion and syntax highlighting, as expected. Did you by chance forget to restart the IDE after the plugin installation?

stanplat82 commented 2 years ago

I solved the problem.

Settings- Editor-File types was no association for Closure TemplateFile

added *.soy here and it works

stanplat82 commented 2 years ago

solution found - see my comment above