|
| 1 | +# Integration with `ghcide`: the new `haskell-ide` |
| 2 | + |
| 3 | +Currently the main development effort is focused in [integrating haskell-ide-engine](https://github.com/haskell/haskell-ide-engine/issues/1416) and [ghcide](https://github.com/digital-asset/ghcide) under a common repository: |
| 4 | + |
| 5 | +https://github.com/haskell/ide |
| 6 | + |
| 7 | +Until the new `haskell-ide` reaches the feature level and stability of `haskell-ide-engine`, we aim to continue doing monthly releases. However, in general, bug fixes will be favored over new features and refactorings. They could be redirected to the new repo to avoid duplicated efforts. |
| 8 | + |
| 9 | +You still can contribute to improve the haskell ide experience! If you are not sure if you contribution should belong to this repo or the new one, feel free to ask in [any of the communication channels](#its-time-to-join-the-project). |
| 10 | + |
1 | 11 | # Haskell IDE Engine (HIE)
|
2 | 12 | <img src="https://github.com/haskell/haskell-ide-engine/raw/master/logos/HIE_logo_512.png" width="256" style="margin:25px;" align="right"/>
|
3 | 13 |
|
|
14 | 24 | [appveyor]: https://ci.appveyor.com/project/Bubba/haskell-ide-engine-74xec
|
15 | 25 |
|
16 | 26 |
|
| 27 | + |
| 28 | + |
17 | 29 | This project aims to be __the universal interface__ to __a growing number of Haskell tools__, providing a __fully-featured [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) server__ for editors and IDEs that require Haskell-specific functionality.
|
18 | 30 |
|
19 | 31 | - [Haskell IDE Engine (HIE)](#haskell-ide-engine-hie)
|
@@ -693,16 +705,7 @@ Or you can set the environment variable `HIE_HOOGLE_DATABASE` to specify a speci
|
693 | 705 |
|
694 | 706 | ## Contributing
|
695 | 707 |
|
696 |
| -### Planned Features |
697 |
| - |
698 |
| - - [x] Multiproject support |
699 |
| - - [x] New-build support |
700 |
| - - [ ] Project wide references |
701 |
| - - [ ] Cross project find definition |
702 |
| - - [ ] More HaRe refactorings |
703 |
| - - [ ] More code actions |
704 |
| - - [ ] Cross project/dependency Find Definition |
705 |
| - - [ ] Case splitting, type insertion etc. |
| 708 | +Please see the [note above](#integration-with-ghcide-the-new-haskell-ide) about the new `haskell-ide` project. |
706 | 709 |
|
707 | 710 | This project is not started from scratch:
|
708 | 711 |
|
|
0 commit comments