angular_analyzer_plugin icon indicating copy to clipboard operation
angular_analyzer_plugin copied to clipboard

Support more navigation in intelliJ

Open MichaelRFairhurst opened this issue 7 years ago • 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 avatar Apr 30 '18 17:04 MichaelRFairhurst

@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

devoncarew avatar Apr 30 '18 17:04 devoncarew

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 https://github.com/dart-lang/angular_analyzer_plugin/issues/709.

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