Sublime Text package for Sophia contract programming language for aeternity blockchain.
Features:
- Syntax Highlighting
- Auto-completions, including std libraries
- Snippets
- Build system/commands
If you have Package Control installed in Sublime just press ctrl+shift+p (Windows, Linux) or cmd+shift+p (OS X) to open the Command Palette. Start typing "install" to select "Package Control: Install Package", then search for "Sophia" and select it. That's it.
You can also install this package manually by opening the Packages directory (i.e.: Preferences -> Browse Packages
) then run in a console:
git clone https://github.com/aeternity/sublime-sophia.git Sophia
The Build System requires the aesophia_cli
binary installed in system $PATH
Copyright (c) 2022, æternity developers.
This project is ISC licensed.