This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
v0.293.0
General
- Fixed a bug preventing icons from appearing in Hack outlines.
- Improve speed of file fuzzy search.
- Added file smart case (turn off by default) configuration for file fuzzy search (IDE > Filename Search > Smart Case).
Terminal
- Support custom font face, font size, and line size in terminal through Nuclide settings.
- Support custom colors in terminal through Nuclide settings.
Python
- Added signature help support for Python! Function signature information will become visible in an overlay after typing “(” or “,” within a function or method call - or hit Cmd+Shift+Space to trigger it manually.
Javascript
- Fixed some quality issues with the JS auto-import suggestions (with
fbt
,typeof
, andImmutable.*
).