icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Code Completion Options broken in 5.0 #527

Closed dgrunwald closed 10 years ago

dgrunwald commented 10 years ago

Many of the options in the code completion options panel no longer have any effect.

Enable code completion: no effect Pre-select recently used members: no effect, we don't even have this feature in 5.0 Show tooltip when moving mouse over expression: works correctly Only in debug mode: works correctly Show completion list after a character is typed: no effect Trigger code completion after keywords: no effect Show tooltip when writing method calls: no effect Re-open tooltip with better overload: no effect Links in tooltips should go to: works correctly

Also, it doesn't really make sense anymore that 'enable code completion' turns off tooltips as well. We should remove options that are no longer useful, and add UI for the options actually available in NRefactory (also, maybe add support for #151 ?)