'How to configure vscode intellisense to show latest selected items

My VS Code editor always shows the list of suggested items with fixed order. For example, with Solidity, when I type u letter, the suggested items are always in alphabet order: uint, uint104, uint112, uint120... My latest selected item was uint256, but it was not shown in the top area.

Is there any ways to fix this? Thank you in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source