stack-ide-sublime icon indicating copy to clipboard operation
stack-ide-sublime copied to clipboard

An Sublime Text IDE for Haskell based on stack-ide

Results 8 stack-ide-sublime issues
Sort by recently updated
recently updated
newest added

[Stack](https://github.com/commercialhaskell/stack) has support for [building projects inside docker containers](http://docs.haskellstack.org/en/stable/docker_integration.html) I was wondering how I could use this plugin on projects where the docker integration is enabled because it does not...

Since one must have no type or kind errors to show types on expressions, one recurring pattern I use is to temporarily enable `PartialTypeSignatures` on the file and then [leave...

Whenever the user calls a `Prettify this file` command, it should be possible to run the file through [stylish-haskell](http://haddock.stackage.org/lts-3.13/stylish-haskell-0.5.14.3/index.html), updating the buffer immediately. Optionally, the user could leave an option...

When using the UnicodeSyntax language pragma, one should be able to substitute some ASCII sequences for Unicode characters [as shown here](https://downloads.haskell.org/~ghc/7.2.1/docs/html/users_guide/syntax-extns.html) and on the following table: | ASCII | Unicode...

I made a PR (https://github.com/lukexi/stack-ide-sublime/pull/7) that picked the right type info to show, but the feature doesn't seem to work anymore ### Now ![image](https://cloud.githubusercontent.com/assets/2150990/10694678/d048f7bc-799f-11e5-88ae-57e7aa0292dc.png) ### Before Exemple 1 : Example...

bug

Before recent updates, when I was changing the plugin source code, stack-ide sessions in other sublimetext instances were restarting on their own, picking my latest modifications. It was very convenient...

bug ?

A minimal plugin like [this one](https://github.com/tcsavage/sublime-plugins/blob/master/hoogle_search.py), updated to search on stackage for the right resolver/snapshot, would be really amazing

enhancement

just a reminder for myself to adapt this commit https://github.com/rvion/stack-ide-sublime/commit/9fda2e0b926fc62780112bbc3c5b5bcbf8a5048d to the new codebase after other pending issues are solved (for now, I still use the https://github.com/rvion/stack-ide-sublime/commit/731ced2d5ef0429d0fa8600d00b7850fa1a47527 codebase)

enhancement
waiting