Reporter | Roberto Carrillo (rcarrillopadron) |
---|---|
Created | Apr 14, 2012 3:42:51 AM |
Updated | Apr 14, 2012 3:44:47 AM |
Priority | Normal |
Type | Cosmetics |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 7.0 Preview |
Fixed in build | No Fixed in build |
I'm using my fonts size to 125% in Windows 7. I found this problem in build 7.0.15.59 using Visual Studio 11.0.50323.1.
Steps to reproduce:
1. Create a console app in C#.
2. Start typing "new MyClass()"
3. Press Ctrl+Enter to introduce a variable.
var myClass = new MyClass();
4. On the next line, start typing "m". Notice that at this point the intellisense completition is displayed.
5. I expect to see the full signature of the types/operations/snippets available but only a portion is displayed.
For example:
I only see "Micros..." instead of "Microsoft".
Steps to reproduce:
1. Create a console app in C#.
2. Start typing "new MyClass()"
3. Press Ctrl+Enter to introduce a variable.
var myClass = new MyClass();
4. On the next line, start typing "m". Notice that at this point the intellisense completition is displayed.
5. I expect to see the full signature of the types/operations/snippets available but only a portion is displayed.
For example:
I only see "Micros..." instead of "Microsoft".