autocomplete-elixir
autocomplete-elixir copied to clipboard
doctest jumps to top
"doctests" keyword jumps to top.
This makes development very troublesome since it is constantly injecting the doctest boilerplate.
It's not the alphabetical order so I'm guessing something got wrong with
the sorting function in autocomplete-plus package.
I'll see if there's any other way of solving this than removing doc and
doctest snippets
On Sun, 21 Feb 2016 07:13 Kyle Hanson [email protected] wrote:
When creating modules, "doctests" keyword jumps to top.
[image: screen shot 2016-02-20 at 10 05 03 pm] https://cloud.githubusercontent.com/assets/496914/13201263/0f3dfd64-d81e-11e5-980f-799f15e67298.png
This makes development very troublesome since it is constantly injecting the doctest boilerplate.
— Reply to this email directly or view it on GitHub https://github.com/wende/autocomplete-elixir/issues/44.
Yeah this problem is really annoying.