Skip to content

Releases: wangyanxing/Buck-IntelliJ-Plugin

Buck IntelliJ Plugin v2.03

20 Aug 08:11
Compare
Choose a tag to compare

Buck IntelliJ Plugin v2.03

Features:

  • Smart paste can accept full file path of a BUCK file.
  • C++ compiler error message highlighting added.
  • Better brace and quote matcher.

Bug fixes:

  • Sort dependencies bug fixed.
  • Some tool window bugs fixed.
  • Better syntax parser.

Buck IntelliJ Plugin v2.01

03 Aug 08:48
Compare
Choose a tag to compare

Buck IntelliJ Plugin v1.1

Features:

  • Syntax highlighting for BUCK files
  • Buck Build Tool Window
  • Code Completion
  • Go to Buck File
  • Go to Buck Dependencies
  • Reformat Buck Files
  • Sort Buck Dependencies Alphabetically
  • Automatically Convert to Buck Dependencies after Paste
  • Error Annotation
  • Commenting and Uncommenting

Change Notes

New features:

  1. Build tool window
  2. Formatter for buck file
  3. Error annotation
  4. Line commenter
  5. Sort buck dependencies alphabetically
  6. Automatically convert to buck dependencies after paste

Buck IntelliJ Plugin v1.1

23 Jun 05:11
Compare
Choose a tag to compare

Buck IntelliJ Plugin v1.1

Features:

  • Syntax highlighting for BUCK file
  • Keywords auto completion
  • Go to buck file with one click
  • Go to to paths of dependencies with one click

Change Notes

  • BNF and flex file revised.
  • **_android_binary rule name supported.
  • Macro type added.