Closed ScottyB closed 11 years ago
I would like a way for users to turn off completion candidates that were obtained from traversing the prototype chain. The easiest way to do this would be to add extra parameters to the request in skewer-eval. Something like the following:
skewer-eval
(request (append `((type . ,type) (eval . ,string) (id . ,id) (verbose . ,verbose) (strict . ,strict)) extras)))
This would also make it easier for people to build their own skewer plugins.
How does 4994987 look to you?
Great! Thanks.
I would like a way for users to turn off completion candidates that were obtained from traversing the prototype chain. The easiest way to do this would be to add extra parameters to the request in
skewer-eval
. Something like the following:This would also make it easier for people to build their own skewer plugins.