Feature #4319 2008-09-23 10:01
kishor
code completion plugin for union
code completion plug-in is nice. 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
- Plugins
- Status
- Closed
- Close date
- 2008-09-26 14:59
- Assigned to
History
biplab 2008-09-26 14:59
Please don't SPAM feature request section.