Skip to content

Commit

Permalink
Add IDE support chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbyte committed Feb 27, 2017
1 parent 802de54 commit 3dafde8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sotu.md
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,17 @@ Also, if you have a Mac then the "Haskel for Mac" development environment is
supposed to work really well for learning since it provides an interactive and
visual playground for exploring the code.

**Support chart**

| IDE | Syntax highlight | Code Completion | Lint | Code Format | Goto Def | Find Usages | Debugger | Doc. tooltips | Snippets |
|:---:|:-------------------:|:---------------:|:-------:|:---------------:|:----------------:|:-----------:|:---------:|:---------------------:|:--------:|
| Atom || || || | | | |
| Emacs | [](#ide-support "haskell-mode") | || | | | | | |
| Intellij || | | | | | | | |
| Vim || | | | | | | | |
| VSCode | [](#ide-support "Haskell Syntax Highlighting") | | [](#ide-support "haskell-linter") | | [](#ide-support "Haskelly") | | [](#ide-support "Phoityne") | [](#ide-support "Haskelly") | |


**Notable tools:**

* [`hoogle`](https://www.haskell.org/hoogle/) — Type-based function search
Expand Down

0 comments on commit 3dafde8

Please sign in to comment.