Visual Studio Code (Vscode) File Icon Issue: File Icons not showing in tab bar next to file opened. --See Details and Pictures Below - visual-studio-code

This is my first stack overflow post. I am learning web development so please bare with me.
I was watching a tutorial and notice the Youtuber had icons showing in the tab where you have open files to work on them. On mine they only appear on the side bar? Has anyone experience this problem and know how to fix it?
My Vscode appearance
This guy on Youtube Vscode appearance
Another guy with the same thing
The settings are set right and I tried the settings with Seti (default) and Material Icon Theme (downloaded) and both have the same issue.
My settings screenshot
My extensions screenshot

Okay, so I am very dumb and I can't do simple searches apparently.
The toggle icon option was deselected in the settings apparently.
Once I selected it, the icons appeared and it was a simple fix.
It was a setting option this whole time!

Related

I am not able to preview the icons on vscode while browsing?

As seen in the picture I'm browsing the icons but none of them are shown.
Is there a change in a new update or am I missing something here> it used to show the icons while I browsed.
There should be an arrow appearing when you hover on the right side of the tooltip stating "read more". Simply click once and therefore the icons preview should always appear.
Pressing the Ctrl + space in windows can show and hide the icon
press ctrl+space two times,
1)to open icon menu
2)to preview the icon
go to preferences settings and search for "previewlsp" its a dart setting change it to true and restart VsCode then you will be able to preview icons.
I had the same issue. I maximized the VSCode editor, closed the navigation pane on left, and aligned the line most left then icon preview comes into the screen as you can see in the picture.
I don't know the root cause of the problem but the above scenario fixed my issue and it works now. It might be a Flutter/Dart extension-related topic.
If I would find the real root cause and proper solution, I will update my answer. I hope this workaround works for you too.
screenshot
It works for me with setting Dart Preview Flutter Ui Guides setting
Go to Setting and search "preview"
Go to Dart part(see the left part)
check Dart:Preview Flutter Ui Guides
Setting image

Material theme editor plugin not opening

I've just installed the material theme editor from https://material.io/tools/theme-editor/ but when I click on Material > "Open theme editor" from my Sketch plugins tab, nothing opens. I know the plugin successfully installed because I can click on Material > "Upload to Gallery" and a window pops up, but nothing for opening the theme editor. The theme editor website says you need macOS High Sierra (10.13) or later, which I do have, so this can't be the issue.
Is anyone else having this issue or know how to resolve it? Thanks!
Ok, I actually fixed it just now-- had to moved Sketch to the applications folder, then update Sketch and relaunch it.
Thought it might be helpful to post this though since theme editor is so new and there is virtually no help for issues like this currently out there.

VSCode: How to turn off auto select in File Explorer when changing window tabs?

In VSCode, if I have an editor window tab open and I click anywhere in that editor window, the selected file in the File Explorer changes to the file being edited. I would like to prevent that behavior. This is possible in Visual Studio, but I can't seem to find a similar setting in the preferences file of VSCode.
Can anyone provide some suggestions?
This has been added, see https://github.com/Microsoft/vscode/issues/14745.
Configuration is "explorer.autoReveal": false
You can't, at least not today. The only thing you can do, is keeping the scroll position when switching tabs. See this answer for the setting: VSCode prevent file Explorer from jumping
And here is the feature request on Github: https://github.com/Microsoft/vscode/issues/14745
(Feel free to add a "Thumbs Up" via Github Reaction at the top so the request gets more attention in the future, this increases the chances that it gets implemented sooner)

Eclipse presentation mode

Is there a plugin which supports for presentations in Eclipse ?
That means, assume the code is required to present for a couple of people and if the code is showed as it is, all tools, menu bars and all other icons are shown. Instead, I want to show only the tab which code is open (it can be a class,html or css file) in a full screen so that the PC can be connected to a projector and whole audience sees the opened tab only.
I have seen this in IntelijIdea, but not in eclipse. Any Suggestion please? I use Luna.
Maximize the tab and Ctrl+ (on Eclipse Neon)
The most recent version of the saneclipse plugin has a full screen mode.
You can use Ctrl+M which will maximize an active view or editor.
Also, use Alt+F11 for toggle full screen.

Eclipse, prevent panel icons to auto hide

The Icons of all of Panels in my Eclipse are hidden till I hover my mouse on them.
I have searched many hours in Google and Eclipse to find out a Setting without a success. How can I set them to be shown permanently like this image?
For other people who have the same Problem, This has solved my Problem.
http://ubuntuforums.org/showthread.php?t=1465712