PMunch / nimlsp

Language Server Protocol implementation for Nim
MIT License
419 stars 51 forks source link

Forced ordering of responses to prevent them from ending up alphabetical #159

Closed faldor20 closed 1 year ago

faldor20 commented 1 year ago

Currently, results in vscode are shown alphabetic which complete is a waste considering nimsuggest goes to the trouble of sorting suggestions. This sets sortext which tells the client that the server would like the items in a particular order

PMunch commented 1 year ago

Detected some issues from the Nim CI, apparently you never tried building this? The suggestion variable was used in more than that single location.