We have a pretty big project for which autocompletion has been broken for an age. It turns out that the problem is that we have a haxedef defined in our project.xml file that is currently needed for the project to compile correctly, but that wasn't currently being passed as an arg into the compiler when getting the autocompletion data.
So, this change fixes that by including all nodes as -D xxxx in the args list.
We have a pretty big project for which autocompletion has been broken for an age. It turns out that the problem is that we have a haxedef defined in our project.xml file that is currently needed for the project to compile correctly, but that wasn't currently being passed as an arg into the compiler when getting the autocompletion data.
So, this change fixes that by including all nodes as -D xxxx in the args list.