Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.42 KB

IntelliJ - Pig Plugin

Pig Plugin adds Apache Pig Language support to IntelliJ.

Features

  • Data Type Auto-completion
  • Keyword highlighting
  • Code commenting/uncommenting
  • Brace matching
  • Syntax and errors highlighting
  • Custom Color Settings Page

Installation

Select the pig-plugin.jar from the plugin manager or install from the IntelliJ plugin repo.

Authors

  • Brandon Kearby
  • Russell Melick

Donations

If you would like to make a donation you can use PayPal.

Change log

Version 1.5

  • Add support for * in REGISTER and RMF statements
  • Minor bugfixes to color settings page

Version 1.4

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

Version 1.3

  • Data type auto-completion

Version 1.2

  • Bug fixes issues with parens
  • Fixes with keywords in the set property name
  • Fixed order by clause missing simi

Version 1.1:

  • Keyword highlighting
  • Code commenting/uncommenting
  • Brace matching
  • Syntax and errors highlighting