dart-archive/angular_analyzer_plugin

Support more navigation in intelliJ

Opened this issue · 2 comments

A number of things not yet working in intelliJ. These are just the ones I remember. Part of this ticket should be identifying more cases

  • click from <tag-name to component class
  • click from <tag directiveto directive class
  • dart navigation in complex expressinos ie {{a.b.c}}
  • click from [input] to component input

@MichaelRFairhurst, thanks for starting this list! As we get more clarity on how these would be implemented - and Dart plugin changes required - we should create companion issues over at youtrack.jetbrains.com, using the #Dart label.

/cc @jwren @alexander-doroshko

All 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 #709.