Feature #4305 2008-09-15 07:00

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; char c; }struct1;

typedef union Union1 { Struct1 str; unsigned char Array_1[sizeof(Struct1)]; }Union1;

Category
Plugins
Status
Open
Close date
 
Assigned to