Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
vs code

16 Articles
{
,

}
Image
Direct link to the article Quick Tip: Clear VS Code Cache for Open Files
vs code

Quick Tip: Clear VS Code Cache for Open Files

If you use VS Code, you might have enabled the setting for re-opening a previously open file next time the app launches. I do. I like that.…

Image
Geoff Graham on Aug 11, 2022
Image
Direct link to the article The Many Faces of VS Code in the Browser
vs code

The Many Faces of VS Code in the Browser

VS Code is built from web technologies (HTML, CSS, and JavaScript), but dare I say today it’s mostly used a local app that’s installed on your machine. That’s starting to shift, though, as there has been an absolute explosion of …

Image
Chris Coyier on Nov 18, 2021
Image
Direct link to the article VS Code Extensions for HTML
vs code

VS Code Extensions for HTML

Let’s look at some extensions for VS Code that make writing and editing HTML (and languages that are basically HTML with extra powers) better. You may not like all of them. Maybe some of them don’t appeal to you, solve …

Image
Chris Coyier on Jun 7, 2021
Image
Direct link to the article Run Gulp as You Open a VS Code Project
gulp terminal vs code

Run Gulp as You Open a VS Code Project

When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on …

Image
Chris Coyier on Oct 12, 2020
Image
Direct link to the article A Gentle Introduction to Using a Docker Container as a Dev Environment
docker vs code

A Gentle Introduction to Using a Docker Container as a Dev Environment

Sarcasm disclaimer: This article is mostly sarcasm. I do not think that I actually speak for Dylan Thomas and I would never encourage you to foist a light theme on people who don’t want it. No matter how wrong they …

Image
Burke Holland on Sep 24, 2020 Updated on Apr 13, 2021
Image
Direct link to the article Some Little Improvements to My VS Code Workflow (Workspaces, Icons, Tasks)
code editor vs code

Some Little Improvements to My VS Code Workflow (Workspaces, Icons, Tasks)

I did a little thing the other day that I didn’t know was possible until then. I had a project folder open in VS Code like I always do, and I added another different root folder to the window. I …

Image
Chris Coyier on Apr 22, 2020
Image
Direct link to the article My Visual Studio Code Setup: Extensions and Themes
vs code

My Visual Studio Code Setup: Extensions and Themes

Matthias Ott’s posted his VS Code setup. I find lists like this (I rounded up some recent updates of my own) irresistible, probably because, like y’all, I spend an awful lot of time in VS Code and wanna make …

Image
Chris Coyier on Apr 22, 2020 Updated on Apr 24, 2020
Image
Direct link to the article Graphical User Interfaces for Git
command line ftp ide terminal version control vs code

Graphical User Interfaces for Git

Git is command-line-driven software, but that doesn’t mean you have to use the command line to make it work. There are lots of options! Some of the deepest programmer nerds I know prefer to use GUIs for Git (Graphic…

Image
Chris Coyier on Jul 2, 2019 Updated on Jul 18, 2019
Image
Direct link to the article Prettier & Beautify
prettier vs code

Prettier & Beautify

Aww, what a cute blog post title, right?

Prettier is an “opinionated code formatter.” I highly suggest using it. They have a document going deeper into the reasons, but their three marketing bullet points say it best:

  • You press save
…
Image
Chris Coyier on Nov 20, 2018
  • 1
  • 2
  • Older Image

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top
Advertisement