Suggested Items in Inefficient Order
Closed this issue · 1 comments
winrid commented
Hello! First off, sorry if this is in the wrong place.
I setup LSP for Nim w/ Sublime Text, however the suggested items are in a weird order:
Obviously 99% of the time you'd probably want to access a property. I am not sure why GC_ref
is the first item, but it feels very clunky/inefficient to work with. I am not sure where the issue is present, in nimsuggest, langserver, or the sublime plugin, but if anyone knows then I can redirect the issue that way. I wanted to check here before I opened an issue on Nim itself (which is where I understand nimsuggest is).
jmgomez commented
The langserver doesnt produce any suggestion, everything comes from nimsuggest
.