Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What IDEs have support for the Hack Language?

Has anyone managed to find an IDE for Hack Language used on HHVM ?Is there any plugin available for the well-known IDEs like Eclipse,Netbeans,etc? Thank you!

Edit : By the time SiebelsTim has embedded typechecker and made a basic syntax highlighting for Sublime. You can find the plugin here

like image 432
Themis Beris Avatar asked May 10 '14 14:05

Themis Beris


3 Answers

Here are the plugins for vim, emacs and Sublime 1.

More support in other IDEs will be probably added in the future. I'm especially waiting for plugins for PHPStorm and Netbeans.

1 = I don't use these editors, so please don't ask me how to install the plugins.

EDIT: There is now a page in HHVM docs with links to various plugins.

like image 200
Radu Murzea Avatar answered Nov 17 '22 12:11

Radu Murzea


I've created a plugin for Github's Atom Editor, it can be found on GitHub.

It allows you to configure remote SSH Machines too (a great feature if you're on windows and running HHVM in a VirtualMachine).

like image 30
Steel Brain Avatar answered Nov 17 '22 12:11

Steel Brain


for netbeans integration there is already an issue opened https://netbeans.org/bugzilla/show_bug.cgi?id=243133

like image 2
David Kalosi Avatar answered Nov 17 '22 10:11

David Kalosi