[nem-en] Completion
Kamil Skalski
kamil.skalski at gmail.com
Tue Jun 6 23:04:36 CEST 2006
> ================================================
> Completion member: method Example.SomeClass.Bar() : void
>
> Trying to complete: 'Fo'
> C:\VS\Nemerle\Work\nemerle\trunk\ncc\testsuite\completion-playground\compl-s
> 2.n:22:12:22:25: error: none of the meanings of `Fo<COMPL>' meets th
> e type ?:
> C:\VS\Nemerle\Work\nemerle\trunk\ncc\testsuite\completion-playground\compl-s
> 2.n:22:12:22:25: error: trying to access an instance member Exampl
> e.SomeClass.Foo without an object
> C:\VS\Nemerle\Work\nemerle\trunk\ncc\testsuite\completion-playground\compl-s
> 2.n:22:12:22:25: error: trying to access an instance member Exampl
> e.SomeClass.Foo2 without an object
> Member found:
> ==========
> Finished
This one is fixed now.
I'm not sure though what should be completed for the other cases. Do
we want to return some results for empty completion string? Maybe in
this case it is better just to analyze context, like local variables
(available from typer), all possible constructors, etc.
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list