Skip to content

Atom package that suggests standard library function names as you are typing.

Notifications You must be signed in to change notification settings

justinas2314/atom-haskell-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell autocompletion for Atom

This Atom package suggests standard library function names as you are typing.
example with s and Data.List
example with so and Data.List

Additional commands

  • Register Every Module - (Ctrl + Shift + H) by default
    starts suggesting function names from all standard library modules. This is toggle-able so turning it on twice will turn it off.

Why?

I couldn't find an atom package that did this so I made one.

How?

This uses the autocomplete-plus package (it's built in there's no need to install it) to suggest function names that you might use.
The data that this uses has been scraped off of Hackage and formatted with python. If a function had signatures like Bool -> Bool -> Bool and Int -> Int -> Int it was converted to a -> a -> a because this plug-in is too simple to tell which one you would need. This also means that not every signature is 100% accurate.

About

Atom package that suggests standard library function names as you are typing.

Topics

Resources

Stars

Watchers

Forks