Skip to content

Releases: onecrayon/ESNext.sugar

v1.0.1

31 Oct 17:40
Compare
Choose a tag to compare
  • Added export keyword to class, function, and variable definition zones to ensure it is included by Itemizers
  • Fixed syntax zone for class keyword in standard class definitions

v1.0

28 Oct 22:15
Compare
Choose a tag to compare

Initial release. Offers syntax parsing and Navigator support for ES 6+ along with CodeSense support. Some specific features:

  • let, const, static and other new keywords
  • Arrow functions (only detected by Navigator if they include curly braces)
  • Template literal strings
  • Classes
  • Class method shorthand
  • Computed property names
  • Class method getters and setters

Please note that this plug-in merely offers syntax highlighting and basic auto-completion. To actually run your fancy new code, you will need to transpile it using Babel or similar.