Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class objects methods and variables not being found #56

Open
pixelpad-io opened this issue Mar 31, 2020 · 0 comments
Open

Class objects methods and variables not being found #56

pixelpad-io opened this issue Mar 31, 2020 · 0 comments

Comments

@pixelpad-io
Copy link

pixelpad-io commented Mar 31, 2020

class Turtle{
  constructor(){
    this.legs = 4;
    this.shell = true;
  }
  speak(w){
     console.log(w)
  }
}
player1= new Turtle();

Typing in "player1." I expect it to find the variables / methods of player1, but it only pulls up ace's default list of snippets and local word list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant