Is it possible to achieve something like sublime does, and if yes - how ?
You can get icons by using this extension. Check it out:
https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons
Installation
Some people have reported that they cannot find the extension when
they insert the installation command:
ext install vscode-icons
If you're in the same position try this:
ext install icons
or ext install "vscode-icons"
Then go to File > Preferences > File Icon Theme > VSCode Icons. (Note
on OSX it is Code > Preferences > File Icon Theme > VSCode Icons.)
When version VSCode version 1.6.0 is released icons will be supported in all this places:
open editors view
tabs
title in editor when tabs are disabled
search results
problems
quick open / editor pickers
As of 1.5 this a few of the icon themes are built in: https://code.visualstudio.com/updates/v1_5
File Icon Themes
The File Explorer can now show file and folder icons.
To enable file icons, pick a File Icon Theme:
Use the global menu File > Preferences > File Icon Theme (Code >
Preferences on Mac). Use the Preferences: File Icon Theme command in
the Command Palette (⇧⌘P). By default, no file icon set is configured
and the File Explorer doesn't render icons. Once a File Icon Theme is
selected, the choice will be persisted and used again on restarts of
VS Code. In this release, file icons are only shown in the File
Explorer, but we plan to use file icons in other places, for example
in Editor tabs.
VS code ships with two icon themes and we expect the community to
contribute many more themes.
No, not yet at least. The feature request tracking this is #211.
Related
This is the view of my files in Visual Studio Code.
And his how I'd like my files to be displayed.
How can I colorize my files in this way for easy reading?
This is the extension Material Icon Theme. If you install it, you should see something similar to your second picture in VSCode.
The extension you are searching for it's on Visual Studio Code.
It's called vscode-icons.
Link on the marketplace
How to install:
Open VSCode > File > Preferences > Extensions > Search "vscode-icons"
Click install and restart VSCode.
Download your icon theme
Nomo Dark Icon Theme
OR
Material Icon Theme
You can choose your favorite extension by trying
For Android Studio you can use Atom Material Icons
For VS Code I am using extension named vscode-icons
I have a theme and I would like to upload it to VSCode editor
But I don't know how to do it? I searched on YouTube and couldn't find it, I searched on Google
And the results were strange, so how is this done?
Here is a picture of the theme folder:
thank you
Copy the folder with the Theme (containing package.json) to the USER VSC extension folder
C:\Users\username\.vscode\extensions
Or package it in a VSIX file and use the VSC GUI to install. Use the Extension Bar top menu (...) entry Install from VSIX...
I have installed vscode-icons extension. And set this as my preferred File-Icon Theme using File -> Preferences option in Visual Studio Code. All folders and files icons disappear. The extension is installed properly and I could see all the icons in the installed extension folder.
But when I switch back to Set(Visual Studio Code) theme, all the folder and file icons are visible. I have tried all possible options like install and uninstalling packages, libraries, extensions and VS Code itself. Please find below screen shot,
I am able to see folder and file icons after installing one more alternative extension called file-icons.file-icons.
Earlier I tried at least 2 extensions. But to my surprise, none of them worked. So I assumed that, something wrong in the VS Code.
I've installed Eclipse Debugger Plugin for v8.
When a Javascript file is brought up from the remote connection, it has a .chromium extension.
Acutal color scheme for *.chromium files is not ideal but I haven't been able to figure out how to change it.
I went into Window > Preferences > General > Editors > File Associations and changed *.chromium file association from "JS Editor" to "JavaScript Editor" (used for .js files edition, and having the color scheme I want.)
However making this change had no effect.
I have the "Eclipse Color Theme" add-on installed and am using Eclipse version 4.2.1.M20120914-1800 running on windows 7.
Once I right clicked on one of the .chromium files and selected "Open With->JavaScript Editor" that file came up with the same editor as the js files. Doing this once must have fixed something in eclipse because now subsequently all .chromium files open up with the other editor.
The Eclipse theme only seams to apply on the editor’s window and set area like Project Browser , Outline, Task windows etc seems unchanged. I have downloaded the themes form the Eclipse Market place but it has no effect. Is that the way it suppose to work or something is wrong with my Eclipse on installation.
I have manage to change the Java doc and Declaration Windows manually form the
Windows ->Presences -> Color and Fonts
Plus I have tried putting pref files in the workspace as suggested by Eric in his blog :-
http://blog.edwards-research.com/2009/10/color-schemes-for-eclipse-cdt/
and Theme generator
"blog.edwards-research.com/files/eclipse-gen/#"
My present Eclipse looks like :- http://www.flickr.com/photos/deamonm/7101439563/
I wonder how did Aptana studio manage to change in the Eclipse plugin
I think there is no way to change those part of eclipse except the editor window. You can download lots of theme from Eclipse Theme. Also note that there is a plug-in available,here . It comes preloaded with many themes. After installing, Go to **Window->preference->search for theme and choose from variety of themes.
You can use Aptana plugin for Eclipse to change almost all the panels' view:
Follow the link [Download Aptana Studio], choose "Eclipse Plug-in Version", then click on Download button. You'll be redirected to Installation page. Follow that installation guide.
In Eclipse menu select Preferences > Aptana Studio > Themes
Choose any theme that fits you the best (this will change editor view only).
Click on 3 check boxes below: Apply to all (non-Studio) views, Apply to all (non-Studio) editors, Apply editor font to views.
Click Apply or OK button.
And voila! Theme is applied globally.
UPDATE.
Unfortunately, this solutions doesn't work for ALL the panels. Some Perspectives cannot be modified by those actions.
http://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme
go to this link
and follow instructions carefully!
*****Install the plugin;
Restart Eclipse and go to Window > Preferences > General > Appearance;
Select MoonRise (standalone) or, for a little better tabs decoration, install Eclipse 4 Chrome Theme from marketplace or from here and select MoonRise;*****
this must change your Project Browser , Outline, Task windows etc.
cheers!