snowkit / atom-haxe

atom.io haxe plugin, includes completion, error checking and more.
MIT License
43 stars 10 forks source link

Autocompletion fails if -cp is defined in --each #49

Closed benmerckx closed 8 years ago

benmerckx commented 8 years ago

If the active hxml defines the classpaths using --each, these will not be accounted for on the completion server.

jeremyfa commented 8 years ago

Sounds more like an issue with the haxe compiler as the atom plugin is not changing any -cp for code completion.

benmerckx commented 8 years ago

Yeah, seems like an issue with the completion server. I'll close this here.