Skip to content

Code completion doesn't work on uri #2491

Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


import('dart:html');

import('dart:uri');

class Foo {

  Foo() {
  }

  void run() {
    write("Hello World!");
  
    Uri uri = new Uri("http://localhost");
    

    uri. <----- Code completion doesn't work here
   
  
  }

  void write(String message) {
    // the HTML library defines a global "document" variable
    document.query('#status').innerHTML = message;
  
  }
}

void main() {
  new Foo().run();
}

====

Version 0.1.0.201204090320, Build 6314
Dart SDK version 6313, Dartium version
Mac OS X 10.7.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions