wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

doctest jumps to top #44

Open hansonkd opened 8 years ago

hansonkd commented 8 years ago

"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.

wende commented 8 years ago

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 notifications@github.com 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.

nulian commented 8 years ago

Yeah this problem is really annoying.