Skip to content

andytill/erlang_standard_snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlang-standard-snippets

Sublime Text snippets (templates) for erlang standard library functions. This project exists to provide a stable form of auto completion for known erlang modules using the snippet system, instead of auto completion.

How it works

The esnipper module is able to generate Sublime Text snippet files for functions exported from any compiled erlang module on the VMs path.

The snippet files are static and are not updated when functions are modified without manual intervention. This makes it useful for the standard library, or even third party dependencies but not usable to template application code that is being worked on.

Development

Running esnipper from the shell gives nicely printed errors, to run in the shell execute the following:

{ok, _} = c(esnipper, [debug_info]), esnipper:main([dict, lists]).

About

Sublime Text snippets for erlang standard library functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published