Re: Haskell within Kdevelop...???

René J.V. Bertin <[email protected]>
Newsgroups gmane.comp.kde.users.kdevelop
Message-ID <15137554.GqYJHyoBWR@bola>
On Monday November 13 2017 05:03:12 Michael George Hart wrote:

>Yet I have not been able to find any documentation on how to use Haskell
>from within KDevelop
>
>Anyone knows

Hi,

I think you'll just have to use one of the custom project managers, or even write a CMakeLists.txt file for your project(s). KDevelop is just a GUI around the usual commandline tools at the basis, so it can be used for development in any language that can be used with a standard tool like `make`.

You won't get code parsing that allows syntax checking and advanced contextual help for languages that are not supported by clang/llvm (and accompanying kdevelop plugin) but most other IDE features should work.

I use KDevelop with a few projects that consist of a loose collection of Tcl files. I do miss simple syntax parsing support that would allow it to recognise simple things like procedure definitions but overall it still beats using vi and a terminal.

HtH,
R.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.