IntelliJ - Pig Plugin
Pig Plugin adds Apache Pig Language support to IntelliJ Note: you may already have .pig files associated with the text editor. Go to IDE Settings -> File Types to assign them to the pig plugin if nothing happens after you install it.
Features- Data Type Auto-completion on schema
- Keyword highlighting
- Code commenting/uncommenting
- Brace matching
- Syntax and errors highlighting
- Comment folding
- Doc Style Comments
- Custom Color Settings Page
If you would like to make a donation you can use PayPal
Change log Version 1.5- 1.5 features did not make it to jetbrains repository
- Add support for * in REGISTER and RMF statements
- Minor bugfixes to color settings page
We are happy to announce that rmelick and I have unified our 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
- Code Folding
- 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