[nim-dev] Re: New Nim package for Atom

  • From: rpowers <russpowers@xxxxxxxxx>
  • To: nim-dev@xxxxxxxxxxxxx
  • Date: Thu, 24 Sep 2015 02:12:45 +0000

I've updated autocomplete to work for all identifiers, not just after you press
dot. It's configurable, though, and you can set it back to the old behavior if
you want. I've also added some autocomplete for pragmas, since they don't seem
to be handled by Nimsuggest.

@rku: I resolved the sorting issue you mentioned. Fuzzaldrin was actually
sorting things (randomly?) even with an empty search string, so in that case, I
now just pass the original set of results in order from Nimsuggest.

Other related posts: