[MonoDevelop] I need some feedback on the automatic code completion

Stifu stifu at free.fr
Fri Apr 10 04:53:08 EDT 2009


I got annoyed by auto completion in the past...
I start writing something like "Something.", and as I type the point, it
turns into "SomethingElse." for some reason. Unless I'm mixing things up
with for loops, when trying to declare an iterator variable which annoyingly
turns into a class with a similar name. I haven't used MonoDevelop that much
yet, so my memory isn't too clear.

But anyway, maybe if typing a comma, a period, a space... or any
punctuation/special character, then *don't* auto complete. Only auto
complete on letters and numbers.


Mike Krüger wrote:
> 
> Hi
> 
> Some people don't like the new automatic code completion. Maybe we
> should turn it off by default. 
> 
> I need some input from our users if this is a good default setting to
> turn it of. The point is that some people type variables/methods not yet
> declared and the code completion and the code completion completes the
> variable to smothing that is 'valid' (for examlple -> i<space> becomes 
> if).
> 
> This is something that can be annoying (I tend to close the code
> completion window in these cases) - I'm used to the automatic code
> completion therefore I'm a bit biased on that feature :)
> 
> How about:
> 
> * shift+space to override the code completion and always NOT complete
> (like vim - just insert space without any magic).
> 
> * make undo a bit more intelligent. For example:
> "i"<space> becomes "if<space>" now undo does : "i". How about undo undos
> it to "i<space>" ?
> 
> Regards
> Mike
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 

-- 
View this message in context: http://www.nabble.com/I-need-some-feedback-on-the-automatic-code-completion-tp22984508p22985085.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list