Pig Plugin adds Apache Pig Language support to IntelliJ.
- Data Type Auto-completion
- Keyword highlighting
- Code commenting/uncommenting
- Brace matching
- Syntax and errors highlighting
- Custom Color Settings Page
Select the pig-plugin.jar from the plugin manager or install from the IntelliJ plugin repo.
- Brandon Kearby
- Russell Melick
If you would like to make a donation you can use PayPal.
- Add support for * in REGISTER and RMF statements
- Minor bugfixes to color settings page
I'm happy to announce that rmelick and brandon.kearby have unified their efforts in the IntelliJ Pig Language Plugin. This release includes any deltas between our codebases.
- Fix SyntaxHighlighter bug that was causing plugin to crash in older version of IDEA (e.x. 11)
- Added support for the pig color settings page
- Data type auto-completion
- Bug fixes issues with parens
- Fixes with keywords in the set property name
- Fixed order by clause missing simi
- Keyword highlighting
- Code commenting/uncommenting
- Brace matching
- Syntax and errors highlighting