Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Veihelmann authored Jul 1, 2018
1 parent 826ebac commit e675002
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ A plugin which enhances IntelliJ's support for Google™ Closure JavaScript by

* checking for **missing** `goog.require` statements :eyeglasses:
* checking for **obsolete** `goog.require`s :eyeglasses:
* offering quick-fixes :star2: (incl. **fix all**) for both cases
* sorting `goog.require` statements when quick fixes are invoked:
* checking for **duplicate** goog.require/goog.provide statements
* checking for usages of bracket notation (e.g. `myVar['myField']` instead of dot notation (`myVar.myField`). (The first alternative cannot be type-checked by the Closure compiler)
* offering quick-fixes :star2: (incl. **fix all**) for all of the above
* sorting `goog.require` statements automatically when quick fixes are invoked:

![Inspection GIF](https://github.com/Dan1ve/ClosureInspectionsPlugin/raw/master/images/require-fixes.gif)

Expand Down

0 comments on commit e675002

Please sign in to comment.