[nem-en] Nemerle add-in for MonoDevelop with Completion

Alejandro Serrano trupill at yahoo.es
Sun Jun 4 22:54:57 CEST 2006


Hi, just a few comments on the latest additions due to complete 
Completion Engine restructuration, and so of the Nemerle binding for 
MonoDevelop (you should update to both SVN versions). Also, now the 
completion window shows information about methods, properties... that is 
got from Monodoc.

Arthur Peters escribió:
> Hello,
>
> I built it and it works fine. I did use it that much, but I had no
> problems. So here's a list of thing I noticed (both good and bad):
>
> * I like the completion thing. I haven't use an IDE that could do that
> in probably 7 years.
> * The completion is slow. Everything freezes for a very noticeable
> period of time when it does its thing. I'm not using a really fast
> machine but a dual P3 1Ghz with 512MB RAM isn't too bad.
>   
Well, if comes because two reasons:
- First of all, the first time you want to complete something, the 
neccessary libraries must be loaded, which takes some time. Until then, 
they are kept for better performance.
- Sometimes, like when typing "System.", the number of classes to get 
information from is huge (we have to obtain the name, its base classes, 
get the XML documentation...) so you may notice ir
> * I'm glad to see the error/warning list now actually "links" to the
> source properly.
> * How close are we to having a class list of project code in the side
> panel? I'm a big fan of that feature.
>   
The class view is already implemented. You should see it under "Class 
View" (I don't know the exact name because I use the Spanish version)
> * I didn't use it much, but I have no crashes or anything.
>   
Well, you should not see crashes, because every function is under 
try/catch blocks, so the entire IDE would not crash if the add-in 
crashed, to prevent loss of data.

	
	
		
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com




More information about the devel-en mailing list