angular_analyzer_plugin icon indicating copy to clipboard operation
angular_analyzer_plugin copied to clipboard

No HTML support for custom components in AngularDart

Open theoaks opened this issue 6 years ago • 3 comments

No html intellisense for AngularDart Custom Components on Webstorm.

theoaks avatar Sep 30 '18 07:09 theoaks

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

jodinathan avatar Nov 19 '18 20:11 jodinathan

Is this the same issue as https://github.com/dart-lang/angular_analyzer_plugin/issues/640 ?

schnaser avatar Dec 12 '18 03:12 schnaser

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.

alexander-doroshko avatar May 30 '19 12:05 alexander-doroshko