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

More intelligent code completion. #69

Open
mrshu opened this issue Dec 7, 2013 · 1 comment
Open

More intelligent code completion. #69

mrshu opened this issue Dec 7, 2013 · 1 comment

Comments

@mrshu
Copy link
Member

mrshu commented Dec 7, 2013

Suppose we have written something like this in nxted

OnFwd(

Now what we write next will very probably be some kind of OUT_* constant. How come that our autocompletition system cannot suggest us that? We already have the information about this argument (docs say it's a motor and motor will be defined in terms of OUT_*) so it should be quite straightforward to implement this.

@Adman what do you think?

@Adman
Copy link
Member

Adman commented Dec 10, 2013

When we write OnFwd( it should show some "choosebox" that user can choose constant from it.

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

No branches or pull requests

2 participants