rvion

Results 24 issues of 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

enhancement
help wanted

[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...

enhancement
help wanted

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`...

enhancement
help wanted
external

I always run pscid along atom but I get a lot of errors: ## case 1: atom errors I get ths in atom ![image](https://cloud.githubusercontent.com/assets/2150990/21177276/b56bfa90-c1ea-11e6-8422-a44718704472.png) when I "ide purescript: restart psc...

bug
external

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...

bug

@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...

enhancement
v2

what I expect from an IDE is to tell me where are erros, and what are errors ![image](https://cloud.githubusercontent.com/assets/2150990/22972308/6194eb1e-f379-11e6-8e2d-9395d2eba60a.png) 🔴 Haskelly don't report any error. As a comparaison, here is what...

feature

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 ?