Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Haskell
Wiki community
Recent changes
Random page
HaskellWiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
IDEs
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== [http://eclipsefp.github.com/ EclipseFP plugin for Eclipse IDE] (updated 2015) === [https://jpmoresmau.blogspot.fr/search/label/EclipseFP '''The author, JP Moresmau, is no longer maintaining EclipseFP (since 2015)'''] :Eclipse is an open, extensible IDE platform for "everything and nothing in particular". It is implemented in Java and runs on several platforms. The Java IDE built on top of it has already become very popular among Java developers. The Haskell tools extend it to support editing (syntax coloring, code assist), compiling, and running Haskell programs from within the IDE. In more details, it features: :* Syntax highlighting and errors/warning highlighting :* A module browser showing all installed packages, their modules and the contents of the modules (functions, types, etc.) :* Integration with [http://www.haskell.org/hoogle/ Hoogle]: select an identifier in your code, press F4 and see the results in hoogle :* Code navigation: from within a Haskell source file, jump to the file where a symbol in declared, or everywhere a symbol is used (type sensitive search, not just a text search) :* Outline view: quickly jump to definitions in your file :* Quick fixes on common errors and import management :* A cabal file editor and integration with Cabal (uses cabal configure, cabal build under the covers), and a graphical view of installed packages :* Integration with GHCi: launch GHCi inside Eclipse on any module :* Integration with the GHCi debugger: performs the GHCi debugging commands for you from the standard Eclipse debugging interface :* Integration with [http://web.archive.org/web/20140516003836/community.haskell.org/~ndm/hlint/ HLint]: gives you HLint warning on building and allows you to quick fix them :* Integration with [https://github.com/jaspervdj/stylish-haskell Stylish-Haskell]: format your code with stylish-haskell :* Test support: shows results of test-framework based test suite in a graphical format. HTF support to come soon. The plug-ins seem not to be maintained; the github pages says: Latest commit 2875908 on May 14, 2015 @JPMoresmau JPMoresmau Not maintained
Summary:
Please note that all contributions to HaskellWiki are considered to be released under simple permissive license (see
HaskellWiki:Copyrights
for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!
Cancel
Editing help
(opens in new window)
Toggle limited content width