Feature #4304 2008-09-13 10:57

kishor

code completion for union

code completion for "structure" is nice working. Please add support for "union" also. as I use 'structure' & character array inside the union. code completion doesn't work for union

Ex.

typedef struct Struct1 { int i, char b, long l; }struct1;

typedef union Union1 { Struct1 st; unsigned char uch[sizeof(Struct1)]; }Union1;

kishor

Category
Editing
Status
Closed
Close date
2008-09-26 15:00
Assigned to
 
biplab 2008-09-26 15:00

Please don't SPAM feature request section.