css editor (1 Viewer)

vba_php

Forum Troll
Local time
Today, 07:34
Joined
Oct 6, 2019
Messages
2,884
mick,

I was educated by a good guy on stackOverflow the other day on good javascript editors: https://stackoverflow.com/questions/59879221/why-does-jsfiddle-not-like-this-loop. if you can't see his comment to me, it was:
@AdamEvanovich - I would use an IDE with good JavaScript support. I don't know about Eclipse. vscode and WebStorm are both great.
I took a look at both of them, and WebStorm was horrible but VScode was wonderful. I'm sure VScode can do much more than just edit javascript code. Try it out and see if it's useful. here's where it's at: https://code.visualstudio.com/download. visual studio from MS can do virtually anything, so I wouldn't be surprised if VScode would do at least something you can make use of.

also, I use Dreamweaver and Eclipse, and both of them are moderately good when it comes to helping someone write and modify CSS. Both DW and Eclipse have intellisense dropdowns in them for in-line CSS and CSS written in stand-alone linked files. Eclipse is free, whereas DW is not. And of course, the cost of DW is terribly high like all Adobe products. Un-neccessary, but I think they've taken the Steve Jobs revenue generation approach. :)

the other thing to do, which I'm sure you've done, is this perhaps? https://www.google.com/search?q=test+css+code+online. Regarding this method, I use javascript fiddles all the time, which can also analyze CSS code: https://jsfiddle.net/
 

Dreamweaver

Well-known member
Local time
Today, 12:34
Joined
Nov 28, 2005
Messages
2,466
Thanks @vba_php I'll look nto those options I don't think I'll use dreamweaver as not shure if it's free.
 

vba_php

Forum Troll
Local time
Today, 07:34
Joined
Oct 6, 2019
Messages
2,884
Thanks @vba_php I'll look nto those options I don't think I'll use dreamweaver as not shure if it's free.
yeah, I would strongly suggest against Dreamweaver. there's many other free options out there from very good IDE creators.
 

Users who are viewing this thread

Top Bottom