EclipseFP
From HaskellWiki
(Difference between revisions)
(remove the done elements, that would be a duplication of http://eclipsefp.github.com/features.html) |
|||
| Line 14: | Line 14: | ||
==== Wish list ==== | ==== Wish list ==== | ||
| - | |||
| - | |||
| - | |||
* integration with WinHugs | * integration with WinHugs | ||
| - | |||
* ability to "fall in" definition of identifier under cursor, including multi-level ability to return back (with support for base libraries, libraries i installed and current project) | * ability to "fall in" definition of identifier under cursor, including multi-level ability to return back (with support for base libraries, libraries i installed and current project) | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
* auto-indenting with user-tuned style | * auto-indenting with user-tuned style | ||
| - | |||
| - | |||
[[Category:Tools]] | [[Category:Tools]] | ||
Revision as of 08:52, 7 September 2011
EclipseFP is an Haskell-IDE based on Eclipse.
Its goal is to provide a full-featured IDE that mimics the Eclipse JDT. Some implemented features are support for code assistance, auto-building, refactoring and structural search. The complete list of features is available here.
1 Installation
Follow these instructions.
2 Development
We welcome any suggestions from the community. You can find information about the development of the plug-in and how to contact the authors in the website.
2.1 Wish list
- integration with WinHugs
- ability to "fall in" definition of identifier under cursor, including multi-level ability to return back (with support for base libraries, libraries i installed and current project)
- auto-indenting with user-tuned style
