Seth Ladd
Seth Ladd
Here's the code I was looking at: ``` import 'package:sky/framework/fn.dart'; class HelloWorldApp extends App { @override UINode build() { return new Text('Hello, world!'); } } ``` also in that directory:...
This was after a restart. I will double check after a clean restart. On Thu, May 7, 2015 at 11:23 PM Guillermo López-Anglada < [email protected]> wrote: > BTW, was this...
Observatory is running the VM, so all we need to do is shut down pub serve
Did the analysis service API change?
Just a friendly update. The analyzer server is well underway. We are integrating with Sublime now. Once everything is wired in, we'd love help with screenshots, a better README, etc.
Thanks! When we have the analysis service wired up, will F12 work? Consider this code: ``` import 'package:path/path.dart' as path; import 'dart:io'; import 'dart:convert' as convert; main() { var result...
Thanks for the comments! Guess we'll have to wait for analysis services to get full support for code navigation. That's not necessarily a bad thing. :)
See also @financeCoding who has a project to swap Dart versions.
Is this still an open issue?
:thumbsup: I think we'd need the package to advertise where its issue tracker is.