Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
vs code

16 Articles
{
,

}
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.…

Avatar of Geoff Graham
Geoff Graham on Aug 11, 2022
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 …

Avatar of Chris Coyier
Chris Coyier on Nov 18, 2021
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 …

Avatar of Chris Coyier
Chris Coyier on Jun 7, 2021
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 …

Avatar of Chris Coyier
Chris Coyier on Oct 12, 2020
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 …

Avatar of Burke Holland
Burke Holland on Sep 24, 2020 (Updated on Apr 13, 2021)
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 …

Avatar of Chris Coyier
Chris Coyier on Apr 22, 2020
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 …

Avatar of Chris Coyier
Chris Coyier on Apr 22, 2020 (Updated on Apr 24, 2020)
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…

Avatar of Chris Coyier
Chris Coyier on Jul 2, 2019 (Updated on Jul 18, 2019)
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
…
Avatar of Chris Coyier
Chris Coyier on Nov 20, 2018
Direct link to the article What I Learned by Building My Own VS Code Extension
vs code

What I Learned by Building My Own VS Code Extension

VS Code is slowly closing the gap between a text editor and an integrated development environment (IDE). At the core of this extremely versatile and flexible tool lies a wonderful API that provides an extensible plugin model that is relatively …

Avatar of Atishay Jain
Atishay Jain on Aug 20, 2018 (Updated on Aug 29, 2018)
Direct link to the article VS Code extensions for the discerning developer palate
vs code

VS Code extensions for the discerning developer palate

I am a VS Code extension snob. I like to hunt down the most obscure extensions for VS Code — the ones that nobody knows about — and impress people at parties with my knowledge of finely aged and little-known …

Avatar of Burke Holland
Burke Holland on Aug 2, 2018 (Updated on Aug 3, 2018)
  • 1
  • 2
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

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