Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 49 forks source link

Improved sorting of members #85

Closed jonathanballs closed 4 years ago

jonathanballs commented 4 years ago

Apologies if this should be in serve-d, I am not sure. 90% of the time when you use autocomplete on a struct, class or enum, you are going to want to choose one of your defined member variables or functions. As it is currently, everything seems to come after the list of default members.

Ideally, the list of members and member functions would come first and then the defaults afterwards.

Screenshot from 2020-01-09 18-54-45