• Hello everyone,

    We're happy to announce that our forum is back online! We needed to take some time off to discuss and decide on how to handle sensitive topics in our community.

    The team has posted an in-depth comment regarding a recent incident and our stance on politics and sexuality in our forum. We also added a dedicated paragraph about this in the forum guidelines. This is part of our commitment to maintain a welcoming and inclusive environment for all our users. Your understanding and continued support in building a creative and respectful community are highly appreciated.

    Thank you, the CX Dev-Team

Atom to Visual Studio Code

Wingnut

Well-known member
3rd Party Module Dev
Tutorial Author
Joined
Jan 2, 2020
Messages
1,364
Visual Studio Code is such a great editor and I want it to be my main and only editor but one small detail keeps me from going there.
It just happen to so that I love the inbuilt colour scheme that Atom uses for HTML, CSS and JavaScript.

I guess I'm just too lazy to remake the colour scheme but I have tried my best trying to find it online but I couldn't find anything that felt close enough.
Any ideas how to solve this?
 
Are you talking only about the colour codes (rgb values) or about how to implement that in VSC?
 
Maybe you can post a screenshot of what you are after. I had the impression that Atom themes are on this extensions page??
 
Sure. I'm talking about the default colouring that happens when you save a file in Atom as .html .css and .js. They all have the same suit of colours. Check our this one :

Screenshot 2020-05-28 at 00.53.33.png
 
Last edited:
I don't get it, sorry. This screenshot is just vs code after installing Atom One Dark Theme
Maybe you could post the code example to do a side by side comparison!?


1590644194759.png
 
My god ya look at that! Okay now I finally get it. This was such a nice thing to learn!

Thanks alot, this old man needed a push in the right direction :cool:

Screenshot 2020-05-28 at 13.54.08.png
 
Still not the exact same but.. close enough
 
Yes Atom One Dark is the one. I did a few tests with .html and .css too and so far those are 100% compatible. JavaScript I notice has a few differences but it's good enough for me to throw away Atom which makes me and my crowded computer happy.

Screenshot 2020-05-28 at 17.52.06.png
 
The plan is now to get to know VS Code well enough and build a slim IDE plugin for CX, eventually.

I wanted to focus on *one* IDE (there's too many of them today) and everyone here seem to love this one over Atom so I thought I'd give it a chance.
 
To give you a head start, @adamredwoods had started one and posted about it on this forum.
 
Back
Top Bottom