rvion
rvion
so far, it's impossible to navigate through psci history navigation with and key. combined with https://github.com/nwolverson/atom-ide-purescript/issues/91, it makes a non-very pleasant repl experience
[Feature Request] - how about adding a new keybinding to switch between Module.purs and Module.js ? - Also, how about creating the missing file if asked to jump but corresponding...
few ideas : --- ### module renaming let's say you're in `Foo.Bar.Baz` module rename Module would popup an input field containing `Foo.Bar.Baz`, with only Baz being selected. Basically, changing `Foo.Bar.Baz`...
I always run pscid along atom but I get a lot of errors: ## case 1: atom errors I get ths in atom  when I "ide purescript: restart psc...
I've been using the ide a lot today, and there is one bug 🐛 I can't figure out. my **`Main`** module import an **`Input`** module. When I write something wrong...
@paf31 Let's imagine that - pursuit db is used as the the list of packages database (no specific curation for now, global db) - purescript-package-db basically do: ``` foreach topologically...
### General information Chrome Version 66.0.3359.139 (Official Build) (64-bit), OSX, on Braintree Sandbox environment dropin included with a in document head ### Issue description drop-in widget change size 2 times...
what I expect from an IDE is to tell me where are erros, and what are errors  🔴 Haskelly don't report any error. As a comparaison, here is what...
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  ### Before Exemple 1 : Example...
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...