[plt-scheme] Re: On C#

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue May 22 14:19:47 EDT 2007

On 5/22/07, Matthias Felleisen <matthias at ccs.neu.edu> wrote:
>
> On May 22, 2007, at 2:12 PM, Robby Findler wrote:
>
> > I'm guessing that the most helpful completions will be when methods
> > from the mred GUI classes are completed, so we want some approximation
> > to the truth that includes them.
> >
> > My (long-standing, never implemented) thought is to look at the front
> > of the file for `require' lines, then somehow map those to some
> > (cached) version of their exports and maybe method names too.
>
> That's what I had in mind.

Not particularly surprising. I think we've talked about this a few
million times :)

> > Perhaps this is something I should be extracting from the
> > documentation.
>
> Or require's could come with auxiliaries. -- Matthias

Right. That's how'd I get from the require to either the docs or just
some standalone list of keywords to complete.

Robby


Posted on the users mailing list.