-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
There is too many bugs of this plugin,many grammars cant parse correctly. such as when you reverse cpp files ,almost all class members can not match the parse grammar which define in cpp.jison,so that it can not create the association and dependency relationship.
Class body structure: [
{
"node": "field",
"name": [
{
"node": "variable",
"name": "const int ccx",
"initialize": "0"
}
],
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
},
{
"node": "null",
"modifiers": [
"public"
]
}
]
]
Metadata
Metadata
Assignees
Labels
No labels