I'm trying to build a demo application using Angular 2 Dart.
I'm using the Dart Plugin For WebStorm & IntelliJ Ultimate
I've tried a couple of the demo projects floating around the web, and none of the examples running above alpha 30 seem to have class support.
Example:
- git clone https://github.com/andresaraujo/ng2_dart_router_demo
- Open in Webstorm
- Run pub get to load dependencies
- Open main.dart
- hover mouse over bootstrap() method and try to step into it
Problem: I cannot step into even basic methods like bootstrap().
Problem: When running the Dart Debugger - breakpoints don't hit
Question: How do i enable jump to support for Angular 2 Dart in WebStorm or IDEA Ultimate?
Note: This is unrelated to TypeScript / JavaScript - Dart Specific