-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support workspace projects / folders under different colors in sidebar and tabs #31308
Comments
I think this would be an awesome addition - one additional request I would have on this is that we could set colours, or underline to highlight a project's root, as when you have many they are hard to distinguish which is root at a glance, something like: If this would be possible, I would be happy to work on a PR for this if someone could give me pointers! |
+1 on this. juggling projects in multi-root workspaces needs more distinction between the projects. |
+1. This would be great! |
This is actually starting drive me insane, I think this should be given way more importance. I also think this color coding should show up in quick search results. |
+1 Found this very important ! See Netbeans to find more details on how it works |
Yes really need this feature. .vscode setting should picked up in this case but its only works when you open as a folder not as workspace. Tab color should be adjustable via .vscode settings in each project in workspace and one that does not have that settings should use default theme color settings, like same time with workspace folders we open files from ftp. Ftp files should use default settings. Thanks. |
Yeah this would make a huge difference for me as well. Would love to see this in an upcoming build! |
+9001 this would be provide a much better dev experience!! |
I was looking for this as well, would be great for my multi-workspace setup. |
I could really use this for an app I'm currently working on, please make it happen MS! |
+1 |
Found this while searching the same feature. For a little context as to why this is so important... when debugging installed python packages with the launch setting "debugStdLib": true, the debugger automatically opens up files from your lib directory even though the breakpoint is set on your local file. This means you end up with files like ~.local/lib/python3.6/site-packages/... opened in what used to be just your local project. This allows debugging and stepping through the installed code which is probably good since it's possible the running files are different from your local dev project files, BUT when you decide to make a change to the code, you have remember to change over to the local files in the current project director, not the lib files. This Texas Two-Step (debugging one file, but having to change to the other file for editing) has made many a developer loose code changes since the next build/install overwrites the lib packages with local files you thought were edited.. Naturally, we want to edit the same file we found the bug in, right? Well, if there was a way to set warning color on all ~.local/lib... files, then you'd at least have a visual indicator you're doing something bad. So, here's my +1, though I wonder if this could be done through an extension. Continuing to search... |
Hi there, It'd be really wonderful if VSCode supports this feature! I've switched from Atom and planned to stay with VSCode in next 3 - 5 years ;) |
something not ok... now even if I uninstall colortabs extension, the title bar remains red |
the extension changes the color by modifying the titleBar |
Ref #74229.
Ref #76399. |
please also read this feature request here: #95182 in my opinion it is similar request with less clutter |
Hello team, any news about this coming to vscode? We tried the colortabs extension but it's not working for us. The colors only changes when switching tabs which still defeats the purpose of having colorful tabs to easily determine which tab belongs to what before selecting the tab. We have #167205 which received high votes as well. |
Hi! There's any news about this feature??? We really need it pls @VSCodeTriageBot |
Why is this still not a thing yet? Its been 5 years. So aggravating. There are so many issues asking for this feature and nothing ever gets done. About to abandon Microsoft once and for all. |
Hey! Just found this thread. Sad to see it's been 6 years and this hasn't shipped. There are a few extensions, but they are limited. Any ETA on this? |
well i am using this extension working well for me https://marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext |
The extension ColorTabs is great, however, what it provides differs from what is described in this thread. Still looking for a way to color project files using different colours. |
I would like to upvote this feature request. |
Seems to not work on Mac |
My two cent here: It is rediculous to see that such a useful feature request remains unresolved for that long, while I'm getting updates every month, I will never ever use in my life. |
Just for record, #213003 is not a duplicate of this issue and is referring to filename colors based on a regexp match (for example, applying text color to all hidden files via |
Coloring tabs: existing extensionsThis solution is very nice for a visual reference when you are inside potentially dangerous sources etc. This one can edit the style of inactive tabs Both extensions are a nice start and one could contribute to it, but it would be much preferable if they were built-in.
Coloring filenames in file explorer: an example
See the following example. IntelliJ has a limited predefined set of groups, nonetheless I would implement a general solution for any file/folder. ConclusionOverall it seems like vscode is lacking the required API / settings:
In both cases, I would expect at least customizable text and bg color, but there could be more style properties like font family, size, etc. Moreover, there could also be many feature around them (e.g. context menu to set tmp color), but I think a static setting should be first. |
Workspace feature is really useful as it is today, but could themes API be extended so to display different projects with different colors/nuances?
See:
It would be even better if tabs could have different colors, to resemble the project they belong to:
Thanks for all the beautiful code and the effort you put in this superb project.
Roberto.
The text was updated successfully, but these errors were encountered: