Something changed with the Intellisense ordering and its harder to find what I am looking for. For instance if I am looking for the Db class I get this.

And as I scroll 9 pages I see the following.


Can you change the logic to sort the list with the following.

  1. Exact match
  2. Start with and case sensitive
  3. Start with and not case sensitive
  4. Your current sorting logic

    Ray thank you for the feedback. Sadly this is managed mainly by the VSCode itself so it might get changed after the recent VSCode update.

    We're already sorting and prioritizing exact matches as you suggested.

    Anyways I'll review what's going on, Db should definitely be the first item on top.

      Write a Reply...