Hello,
it would be appreciated if SharpDevelop's code completion feature could imitate some behavior of the code completion feature of IntelliJ IDEA. See image: https://www.jetbrains.com/idea/
When you type, e.g.: 100.getcode (C#), it would list "GetHashCode" and "GetTypeCode" and highlight the relevant parts.
What do you think?