@@ -8,7 +8,8 @@ Items marked with x are done.
88 x scripts to download/install powerline fonts
99 x scripts to download/install Hack font
1010 * scripts to pull updates (and switch submodules automatically)
11- * make sure it is totally usable standalone, so I can attract testers
11+ * make sure it is totally usable standalone, so that I can attract testers
12+ * test on our team first ;)))
1213
1314## Functionality
1415 * make it load w/reasonable defaults in empty vim (top)
@@ -30,7 +31,7 @@ Items marked with x are done.
3031 * syntax highlight for fprof dump file
3132 * syntax highlight for eprof dump file
3233
33- * snippets for ExUnit tests (integrate snipMate)
34+ * snippets for ExUnit tests (integrate snipMate) + automatically get module name from alchemist.vim
3435 * snippets for GenServer callbacks
3536 * snippets for def/depf/defmodule
3637
@@ -49,8 +50,8 @@ Items marked with x are done.
4950
5051## Navigation
5152
52- * faster in-file navigation (ctags?) (top)
53- * clone tagbar and create cross reference browsing plugin (based on mix output)
53+ * faster in-file navigation (ctags?) (top) or fix alchemist :)
54+ * clone tagbar and create cross reference browsing plugin (based on mix xref output)
5455 * make tagbar use alchemist.vim for getting tag information from file
5556
5657## Syntax autofixes
@@ -68,7 +69,7 @@ Items marked with x are done.
6869 * build code prefix trees to find (structurally same) duplicate code blocks
6970
7071## Documentation
71- * based on credo - add @moduledoc tags
72+ * based on credo - automatically add @moduledoc tags
7273 * automatic guessing of signatures from debug traces and generation of @spec
7374
7475## Erlang support!!!
0 commit comments