Issue #75 (Autosuggest / IntelliSense Tips)09/27/23
Learn AI in 5 Minutes a Day
We'll teach you how to save time and earn more with AI. Join 70,000+ free daily readers for trending tools, productivity-boosting prompts, the latest news, and more.
|
|
|
Here are a couple of little features to note about
using auto-suggest inside VS Code.
Firstly, a couple of years ago VS Code added the ability to modify the size of the auto-suggest (i.e. IntelliSense) suggestions list. In other words, you can use handles to drag and resize the box that holds the suggestions.
The size of the 'resize' handle is exaggerated in the screenshot above, but that's more or less what you'll see, depending on your operating system. Whatever size you make the box will be saved the next time you trigger IntelliSense. This is also saved when you restart VS Code.
As you might know, you can trigger 'details' for any IntelliSense item. For example, hitting CTRL/CMD-SPACE opens IntelliSense, then
hitting it again while highlighting any item will show a 'details' pane next to the list of suggestions. This pane can also be resized, though in this case the size will save for the session but not when you restart VS Code.
And finally, you have the option to enable a status bar for the IntelliSense suggestions box. You can turn this on in your settings by means of the
editor.suggest.showStatusBar setting.
You'll then see a small status bar at the bottom of the suggestions list that includes keyboard shortcut instructions on how to proceed while highlighting any item in the IntelliSense list.
Now on to this week's hand-picked links!