I’m in a hole… I am looking for an easy to use code editor that allows me to view the html and css in a web browser. I am very visual so really need to see my work as I go.
I’ve tried:
Atom—steep learning curve for me, not a good pick rn
Visual code studio— Dislike the code prediction and auto complete.
What are your suggestions for newbie to work on projects?
If you want to see your code and preview all at once you could use CodePen.
It is an online code editor.
The free version will let you create small projects called pens.
But if you want to create more involved projects with multiple then you will have to use the pro version. Or use something else like codesandbox
Thank you for the suggestions. Does code sandbox allow for code and preview at the same time?
I’m thinking something similar to the set up in the FCC tutorials…