angulardart/angular

analyzer plugin alternative

radzish opened this issue · 7 comments

I was trying to upgrade angular from 6.0.0-alpha to 6.0.1 and noticed that new version is missing angular analyzer plugin: IntellyJ IDEA autocomplete stopped working in templates.

I did something wrong or this functionality is just removed and discontinued. Are there alternatives or workarounds ?

Last release discontinued the analyzer plugin and also removed it I guess (never worked for me anyway).
I don't think there is a workaround.

I know you are on IntelliJ but @aadarshadhakalg started a VSCode extension for Angular dart a few weeks ago, mostly containing snippets at the moment
But I am trying to improve it by adding follow Template link and selector on click, and hopefully autocomplete feature inside template.

https://marketplace.visualstudio.com/items?itemName=aadarshadhakalg.adsnippets

Ok, then I will keep 6.0.0-alpha, as for me productivity is quite important. Now sure why plugin did not work for you - it does job for me and I noticed that it is missing right after I upgraded.
VSCode thing is cool, but I invested in Idea quite a lot of my experience and money, so switching to VSCode is not an option for me either.

@lejard-h

But I am trying to improve...

congratulations I am happy to know that someone is working on an extension for the AngularDart template, I have been working a lot on many angularDart projects I love angularDart; I also published packages for angularDart such as https://pub.dev/packages/essential_components, https://pub.dev/packages/essential_xlsx, https://pub.dev/packages/essential_rest,
https://pub.dev/packages/fluent_query_builder.

@lejard-h
I opened a problem in the repository because it is not working with vs code 1.45.1
aadarshadhakalg/ADSnippets#8

We have no plans to update the analyzer plugin.

This is bad news as it would be a good productivity tool. but if this is for more focus on the core AngularDart packages, the analyzer plugin can be left out as it is not so necessary.