angular_analyzer_plugin
angular_analyzer_plugin copied to clipboard
No HTML support for custom components in AngularDart
No html intellisense for AngularDart Custom Components on Webstorm.
e-mailed jetbrains asking about this and got this answer:
Elena Pogorelova (IntelliJ) Nov 19, 21:16 CET
Hello!
thank you for your feedback!
Parsing my AngularDart components correctly in templates.
Dart Angular support is powered by the Dart Analysis Server (a tool from the Dart SDK) and angular-analyzer-plugin. Please report issues to Google team, https://github.com/dart-lang/angular_analyzer_plugin/issues
Follow WebStorm blog and Twitter to get product news and useful tips.
Best regards, Lena
Is this the same issue as https://github.com/dart-lang/angular_analyzer_plugin/issues/640 ?
This should work fine in IntelliJ IDEA / WebStorm 2019.1.3. But you might need to clear Analysis Server caches after enabling 'angular' plugin in the analysis_options.yaml
file. It means - delete .dartServer
folder (on Windows it's in C:\Users\user_name\AppData\Local.dartServer). Filed https://github.com/dart-lang/angular_analyzer_plugin/issues/709.