Skip to content

casser/intellij-es67

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

intellij-es67

JavaScript ES6/7 syntax improvements and additions plugin for Inteliij IDEA 14. Features

  • ES7 AtScript annotations support
  • ES7 async/await support
  • traits, export, import block folding support

Changes

Version 1.0.1

  • Highlighting bug fix

Version 1.0

  • IDEA-134787 : Added support for ES7 AtScript Annotations
  • IDEA-134786 : Added support for ES7 async/await
  • IDEA-134785 : Fixed import/export parsing errors
  • IDEA-134784 : Fixed broken indentations for trait, export, import blocks
  • IDEA-134784 : Added folding for traits, export, import blocks