Issue #133 (Changing Breadcrumb Settings)11/06/24
Fortune Favors The Bold
Ever wish you could turn back time and invest in Amazon's early days? Well, buckle up because the AI revolution is offering a second chance.
In The Motley Fool's latest report, dive into the world of AI-powered innovation. Discover why experts are calling it "the rocket fuel of AI" and predicting a market cap 41 times larger than Amazon's.
|
|
|
Breadcrumb navigation has been enabled by default in VS Code for some time now. Unless you changed that setting, you likely use breadcrumbs all the time (or at least have it visible, even if you don't find it useful).
If you search for "breadcrumbs" in your settings, there are a number of things you can do to
customize how breadcrumbs work.
For example, you can turn breadcrumbs on or off but you can also decide to only display the last element in the file path in the breadcrumb (i.e. before the symbols are listed).
The setting shown above is for the File Path portion of the breadcrumb, but the same setting is available for the Symbols portion. Search for
Breadcrumbs: Symbols to enable/disable or show "last" for symbols.
You can also choose to deselect whether to show specific symbols like arrays, Booleans, classes, constants, constructors, functions, modules, etc., in the breadcrumb.
Depending on the kind of work you do, you might have use cases for disabling one or more of these 25+ symbols in your breadcrumbs.
And finally, if you want to somewhat simplify the breadcrumb, you can uncheck the setting
"Render breadcrumb items with icons", which removes the icon next to the breadcrumb elements in the file path. You can see this in the comparison below.
The top line has icons enabled, the bottom line has icons not enabled. This removes the icons from the file path but doesn't seem to remove icons that appear next to the symbols. This is specific to my setup, so you might see a slight variation in your own, depending on what kind of icons you're using.
Now on to this week's hand-picked links!