HackLang support for Atom editor. AutoComplete has split into a separate Package Hack-AutoComplete.
apm install atom-hackBy default Atom-Hack assumes that HHVM is installed locally and needs zero-configuration if that's the case. But in case the server is remote, Please add this configuration to your Project Root/.atom-hack (autoPush means auto-upload file to remote server onSave)
{
"type":"remote",
"host":"Remote Host's Domain or IP",
"username":"Your Username",
"passphrase":"Your passphrase (Or exclude this line if you do not have one)",
"port":22,
"privateKey":"Full Path to Private Key",
"remoteDir":"Directory on the remote server without the last slash",
"autoPush":false
}This plugin will validate all .hh, .php files and the files starting with <?hh or <?php
Note: Make sure to restart your Atom Editor after changing your configuration file.
- Validation
- Remote SSH Servers
- Remote SFTP Deployment
MIT License © steelbrain
