autocomplete-elixir icon indicating copy to clipboard operation
autocomplete-elixir copied to clipboard

doctest jumps to top

Open hansonkd opened this issue 9 years ago • 2 comments

"doctests" keyword jumps to top.

screen shot 2016-02-20 at 10 05 03 pm

This makes development very troublesome since it is constantly injecting the doctest boilerplate.

hansonkd avatar Feb 21 '16 06:02 hansonkd

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.

wende avatar Feb 21 '16 07:02 wende

Yeah this problem is really annoying.

nulian avatar Feb 23 '16 09:02 nulian