m.eik - 2012-03-08

hi,

thanks for your suggestions, most welcome :-)

i think the problem with completion like you'd like to have is that the part that does the completion needs to know which options it can offer, and how they interact. the matchit() function of the MatchIt package seems to have method="nearest" set as its default value, so method="nearest" would be about all that code completion could offer, because it's the only usable information which can be extracted from the function's signature automatically.

you, as a human being, can read and comprehend the manual to understand which other options are valid, but unfortunately, RKWard isn't that intelligent yet ;-)