Currently, this is my solution for the replacement of PowerOn Studio in Sublime. It's far from it right now, but it is aiming high!
- ⊠ Syntax Highlighting
- ⊠ Code Snippets
- ⊠ Tabbed Editing (Built-in w/ Sublime)
- ⊠ Modified Solarized Themes for Symitar
- ⊠ Additional Theme Customizability (Built-in w/ Sublime)
- ⊠ Code Folding
- ◻ Auto-complete
- ◻ Run Reports From Editor
- ◻ Linting
- ◻ Compliation & Errors
The recommended way is to use Sublime Package Control.
- Open Command Palette using menu item
Tools -> Command Palette...
(Shift+Command+P on Mac or Ctrl+Shift+P on Windows / Linux). - Choose
Package Control: Install Package
. - Find
Symitar
and hit Enter.
Manual installation through a git cloned repository or downloan and extract of files should work, but is not garunteed to work. Please use package control if possible.