http://llvm.org/bugs/show_bug.cgi?id=14446
Bug #: 14446
Summary: Code-completion doesn't work inside structure
initializer
Product: clang
Version: 3.2
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
This would be great to make code-completion to work inside structure
initializer.
I mean, like that:
typedef struct {
int a;
int b;
} T_MyStruct;
int main(void)
{
T_MyStruct my_struct = {
.a =0,
./*cursor is here. I want to get list of struct members: [int a, int
b]*/
};
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs