Skip to content

v1.0

Compare
Choose a tag to compare
@onecrayon onecrayon released this 28 Oct 22:15
· 2 commits to master since this release

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.