- supports Apache Pig Latin 0.11 - 0.14
- syntax highlighting
- open declaration (F3) - for macros, defines, and UDF's
- auto complete (ctrl+space) - defines, relations, reserved words, built in functions
- toggle comment (ctrl+shift+c) - to comment/uncomment a block using --
- find references (ctrl+shift+g) - preliminary implementation, to find usages of macros
- hover information (tooltips) for macro definitions, UDF's and built in functions (javadocs)
- preferences page for colors, Pig version, auto complete behavior and more
Install it from this update site:
http://github.com/eyala/pig-eclipse-update-site/raw/master
Pig-Eclipse requires an Eclipse with at least Java 6. It has been tested on Indigo, Juno, Kepler and Luna.
Name your pig scripts with the extension "pig" or add new file associations in the Window->Preferences->File Associations page.
See this git project:
https://github.com/eyala/pig-eclipse
1.1.1, June 24th, 2015 - Toggle comment, initial implementation find references, fix of issue #3 (thanks to tombarya)