Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 886 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 886 Bytes

React.sugar for Espresso

This is a plugin for MacRabbit's Espresso code editor for Mac. It adds support for React JavaScript library.

Features:

  • Supports both .js and .jsx files
  • JSX syntax highlight
  • JSX itemisers for navigator panel
  • Auto-complete for React's TOP-Level APIs

Installation

Installing via terminal:

cd ~/Library/Application\ Support/Espresso/Plug-Ins
git clone https://github.com/aljs/React.sugar.git

Or you can download the project, decompress it, rename the folder to "React.sugar" and double click it to install in Espresso.

Todo

  • JSX syntax highlight
  • JSX itemisers for navigator panel
  • Auto-complete for inside class methods
  • Auto-complete for React Native components and APIs