Apparently I asked this question in 2017! But things have changed.
I love the fact that the default completion includes symbols from your entire project.
However, I have a plugin which adds my own items to the completion list.
The problem is that my items seem to override the ones from the index, which isn’t great because the ones from the index have more information.
Is there a way to prefer those from the index? My understand is my plugin just produces a list, but that there is no way for me to interact with other plugins or Sublime Text in order to affect the order.