neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

Sort suggestions alphabetically by object property first? #361

Closed muhammad-bin-zafar closed 2 years ago

muhammad-bin-zafar commented 2 years ago

image

Can I have the object methods listed and sorted after the object properties?

chemzqm commented 2 years ago

:h suggest.defaultSortMethod which works when the items have same sortText.

muhammad-bin-zafar commented 2 years ago

So, to have properties listed before methods, I'd need to work with this ?