Support more navigation in intelliJ
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-nameto 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 https://github.com/dart-lang/angular_analyzer_plugin/issues/709.