Suppose we have written something like this in nxted
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?