Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.75 KB

File metadata and controls

29 lines (22 loc) · 1.75 KB
title Editor Plugins

Reason's nature lends itself to great editor support. Most of our editor plugins provides at minimum:

  • Types display.
  • Programmatic code formatting through refmt.
  • Errors & warnings display.
  • Syntax highlighting.
  • Type-driven autocomplete.
  • Jump to definition.

And other features.

BuckleScript Development:

Native Project Development (Community Supported):