Jason Tackaberry wrote:
> 
> > Is automatic code completion a feature in the "to do" list?
> 
> Hmm, this would be a really neat feature.  So, I type ...
> 
> void main() {
> 
> ... and it will automatically complete my program for me? :D
Or even better:
void main() {
	shogo();
}
:-)*
JFunk