Skip to content

Instantly share code, notes, and snippets.

@thomasuster
Created November 17, 2012 05:25
Show Gist options
  • Save thomasuster/4093526 to your computer and use it in GitHub Desktop.
Save thomasuster/4093526 to your computer and use it in GitHub Desktop.
IntelliJ problem
class BabyTest()
{
//setup function constructing a baby
[Test]
public function testWalk():void
{
baby.shouldWalk(); //My Cursor is baby.shouldWalk[HERE]();, alt+enter won't suggest generating the non-existent method or property for the class Baby.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment