<div dir="ltr"><p>This report is also available online at [1]</p>
<h2>Haskell IDE Engine progress report for July 2017.</h2>
<h3><a id="gmail-user-content-what-is-haskell-ide-engine" class="gmail-anchor" href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md#what-is-haskell-ide-engine"></a>What is Haskell IDE Engine?</h3>
<p>Not an IDE.</p>
<p>It is a common point for people in the Haskell community to pool their efforts
with respect to tooling.</p>
<p>For tool writers, provide tools as a HIE plugin, so it can be available on
supported IDEs</p>
<p>For IDE developers, integrate to HIE, and all the Haskell tools supported as
plugins become available</p>
<p>For users, it means the overall Haskell experience should improve.</p>
<p>Currently, we are targeting the Language Server Protocol as the channel via
which we talk to IDEs and editors. This would allow much broader IDE support.</p>
<h3><a id="gmail-user-content-important-developments" class="gmail-anchor" href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md#important-developments"></a>Important developments</h3>
<p>Zubin Duggal started work on a Summer of Haskell project to improve the LSP
support in HIE and implement more of the protocol.</p>
<p>Large portions of the HIE codebase have been refactored and rearchitectured
with LSP support in mind. Plugins for brittany and hoogle have been implemented.</p>
<p>A new plugin request and dispatcher system has been implemented, along with a new
architecture for the loading and caching of TypecheckedModules from source, which
are used to drive many queries and features like type information, document symbols,
document highlights and go to definition.</p>
<p>Technical details regarding these changes are described in <a href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Architecture.md">Architecture</a>.</p>
<p>As of July 2017, HIE supports a large portion of the LSP. For the complete
feature list, check the <a href="https://github.com/haskell/haskell-ide-engine/blob/master/README.md">README</a>.</p>
<h3><a id="gmail-user-content-current-project-focus" class="gmail-anchor" href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md#current-project-focus"></a>Current project focus</h3>
<p>HIE (with vscode support via a plugin) is ready for an alpha release. Currently,
the focus is on bug fixing and hooking up already existing features in HIE to
LSP, like Hoogle queries and HaRe refactorings, and also providing additional features
via LSP Code Actions and Code Lenses</p>
<p>If you have experience writing Typescript or developing Visual Studio Code extensions,
your help is needed to improve the vscode hie extension.</p>
<h3><a id="gmail-user-content-contributors-active-in-june-and-july" class="gmail-anchor" href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md#contributors-active-in-june-and-july"></a>Contributors active in June and July</h3>
<p>Alan Zimmerman,
Zubin Duggal,
Lennart Spitzner</p>
<h3><a id="gmail-user-content-contributing" class="gmail-anchor" href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md#contributing"></a>Contributing</h3>
<p>Haskell IDE Engine needs volunteers like any other open source project.
For more information see:</p>
<p><a href="https://github.com/haskell/haskell-ide-engine">https://github.com/haskell/haskell-ide-engine</a></p>
<p>Also drop by our IRC channel: #haskell-ide-engine at <a href="http://irc.freenode.net">irc.freenode.net</a>.</p>
<p>Thanks!</p><p>  Zubin and Alan<br></p><p>[1] <a href="https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md">https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md</a></p><p><br></p></div>