atom-ide-purescript icon indicating copy to clipboard operation
atom-ide-purescript copied to clipboard

Atom package for PureScript build, completion, etc support

Results 24 atom-ide-purescript issues
Sort by recently updated
recently updated
newest added

On Windows, if I do the following steps: 1. Terminate all `psc-ide-server` processes 2. Make a new folder 3. Do `pulp init` in the new folder 4. Open Atom 5....

enhancement
external

After applying a quickfix, I can't move the cursor up or down, only left or right. This is especially annoying when trying to apply import quickfixes, where it would be...

bug
external

Adding and removing a specific class (e.g. `ide-purescript-editor`) to the elements where `ide-purescript` is active or not is a good way of keeping track of the availability of certain commands...

enhancement

Reproduction: 1. Restarted PSCI via "Ide Purescript: psci reset" in command palette (ctl-p). 2. PSCI tried to build my project's Main, but it was broken. 3. When sending a newline...

bug

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 assume psc-ide has died, then build etc comes up with: ``` main.js:4172 PureScript build status: Failure: Error running PureScript build command: Error: connect ETIMEDOUT 127.0.0.1:15319 at Object.exports._errnoException (util.js:1026:11) at...

bug

On Windows, if I open a Purescript module in Atom, then close Atom, a psc-ide-server process is left behind which I have to kill manually. I've seen more than one...

bug

Recently I had an issue that prevented atom from connecting to the `psc-ide-server`. The issue was entirely my box and environmental, but it would have been nice if ide-purescript published...

enhancement

It seems like the ide waits for a save to do the rebuild and show the errors. I have fixed the issue using another package which saves file on each...

enhancement

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