T O P I C R E V I E W |
daniel.hampe |
Posted - Aug 03 2010 : 08:56:32 AM In Visual Studio 2010, C#, the editor quickinfo that is showing documentation related to the current method and it parameters, sometimes is concealing the suggestions listbox.
For me it is reproducable if I do something like the following:
1) Typing the method:
2) Start typing the name of a class (the suggestions listbox appears):
3) hitting <enter> to select the suggested class (the editor quickinfo box swapped to above the current line):
4) now typing "." - the suggestions listbox appears but is concealed by the editor quickinfo box:
If I do not hit enter in step (3), but hitting ".", everything is fine, because the editor quickinfo box stays below the current line:
(Using Build 1822)
Regards Daniel |
2 L A T E S T R E P L I E S (Newest First) |
daniel.hampe |
Posted - Aug 04 2010 : 02:39:50 AM cool, thanks for the info |
accord |
Posted - Aug 04 2010 : 02:31:38 AM Good news. I was able to reproduce this effect with 1822 and do not see the problem if skip step 3. But with 1829 everything is fine, so it seems to be fixed:
(It seems I use a different assert which only has 4 overloads but I think it isn't a factor) |
|
|