johnpapa / vscode-peacock

Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
MIT License
1.03k stars 115 forks source link

add support for clion or other products of jetbrains #506

Open dalton-ly opened 2 years ago

dalton-ly commented 2 years ago

good extension and i hope to use it in clion

johnpapa commented 2 years ago

Thank you @dalton-ly for creating this issue!

willpower232 commented 2 years ago

do those IDEs allow you to use vscode extensions or are they completely different?

MartinSGill commented 1 year ago

They are completely different and would need to be written in Java. See https://plugins.jetbrains.com/docs/intellij/developing-plugins.html.

While I've never tried this, it might already be possible to do this in Jetbrains IDEs using Settings Layers.