Haskell-language-server: [Feature] Provide Stan integration

Created on 31 Jul 2020  路  7Comments  路  Source: haskell/haskell-language-server

I propose HLS supports Stan integration, what do you think?

plugins enhancement

Most helpful comment

Hi, I started with this, but have no particular branch yet.
I once had a somewhat working impl, but we need https://github.com/digital-asset/ghcide/pull/701, too.

All 7 comments

I think it would be great if possible, but as they use .hie file, we cannot use them for GHC < 8.8...

P.S. You are at the Haskell Love Conference, aren't you? :)

P.S. You are at the Haskell Love Conference, aren't you? :)

Yes, and I wanted to link the existing HLS-Stan integration issue to others. That's how I noticed there is no issue yet :stuck_out_tongue:

Hi, I started with this, but have no particular branch yet.
I once had a somewhat working impl, but we need https://github.com/digital-asset/ghcide/pull/701, too.

https://github.com/haskell/ghcide/pull/701 is now in hls master, what additional work needs to be done to get this working? @fendor

A required step for sure would be create a plugin to provide stan diagnostics and refactorings (?). I think hls-hlint-plugin could be a good starting point.

I was wondering if @fendor s work is something that's "almost done", and just needs a bit of cleanup.

@googleson78 The work got stalled, and it was not that much, so we should rather re-write it. I don't have anything workable at the moment :(

Was this page helpful?
0 / 5 - 0 ratings