daniel.hampe
Junior Member
Germany
21 Posts |
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 |
Edited by - daniel.hampe on Aug 03 2010 1:05:45 PM |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
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) |
|
|