Reporter | Tom Marien (Tom.Marien) |
---|---|
Created | Feb 3, 2012 12:31:10 PM |
Updated | Feb 3, 2012 12:31:10 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
For instance if you try this :
#if SOMECOMPILATIONSYMBOL
DateTime date = System.DateTime.Now;
#endif
you cannot ctrl-click on DateTime and when you start typing no code completion or whatsoever, if you move your cursor out of the #if everything goes fine
#if SOMECOMPILATIONSYMBOL
DateTime date = System.DateTime.Now;
#endif
you cannot ctrl-click on DateTime and when you start typing no code completion or whatsoever, if you move your cursor out of the #if everything goes fine