Bugzilla – Bug 323366
[PATCH] Automatic case correction for C#
Last modified: 2009-04-16 17:44:25 UTC
---- Reported by knocte@gmail.com 2007-01-30 16:32:41 MST ---- This is a feature request. Sometimes when we are writing code, we don't write the class or variable name properly and then get no code completion or compilation errors later. It would be nice that, when you hit "." for accessing the members of a class or variable (or when you just hit space or tab for finishing the writing of a custom token), the editor searches the last written element in the code completion database and, if not found, try to search case-insensitive coincidence and, if found, it would change the element accordingly. For example, if we write "console.", nothing happens. Expected results would be that the word console (if it's not found as a variable or parameter in the actual scope) would change to "Console" and code completion would be shown. This would definitely rock for those absent-minded programmers like me :) ---- Additional Comments From taktaktaktaktaktaktaktaktaktak@gmail.com 2007-08-02 17:50:16 MST ---- Created an attachment (id=171367) Patch to provide case-insensitive completion fallback ---- Additional Comments From taktaktaktaktaktaktaktaktaktak@gmail.com 2007-08-14 17:47:54 MST ---- Created an attachment (id=171368) Improved patch Imported an attachment (id=171367) Imported an attachment (id=171368)
I am the reporter.
Changing the name to something that reflects the description.
This has been incorporated for some time now.