eyala / pig-eclipse

Apache Pig plugin for Eclipse
https://github.com/eyala/pig-eclipse/wiki
12 stars 5 forks source link

macro inside a macro #3

Closed ihadanny closed 9 years ago

ihadanny commented 9 years ago

Pig-Eclipse does not detect macros which are called from another macro. For example, if script1.pig imports macro1.pig, and macro1.pig imports macro2.pig, and script1.pig uses a macro from macro2.pig, F3 and auto complete will not work

eyala commented 9 years ago

Fixed by tombarya