Sublime Text plugin for stack-ide
Bleeding edge note:
Requires stack
0.1.2+, stack-ide
0.1+, ide-backend
HEAD and GHC 7.10+.
stack-ide-sublime
also requires for the moment that you are opening the same folder that holds the .cabal
file, and that the folder is named the same as the .cabal
file.
First make sure to install stack and stack-ide.
On OSX clone this package to:
~/Library/Application Support/Sublime Text 3/Packages/SublimeStackIDE
On Linux install this package with the following command:
(cd ~/.config/sublime-text-3/Packages; git clone https://github.com/lukexi/stack-ide-sublime.git)