Goodbye VS Code!


View this email in your browser (or share it with a friend!)

Hello Reader,

I hope all of my American readers had a fantastic Thanksgiving, and everyone else is having a nice weekend 😊.

Every year, when we hit December (which is tomorrow!), I realize the end of the year is almost here and wonder how the heck it went so quickly!

It always feels like there's still so much to do, and while I’ll be doing a proper year-in-review once we actually hit 2026, taking a quick stock of what I’ve done this year, I can’t complain too much… It’s been a pretty good (and busy) year.

One of the most recent changes for me this year might be switching from VS Code to Zed! More on that just below.

🙋‍♂️ What I’ve been up to this week

Goodbye VS Code!

video preview

When I learned that the Zed editor was available on Windows, I tried it out to see what all the fuss was about, and I ended up really liking it!

I’ve been using it instead of VS Code for over a month now.

It’s not as feature-rich as VS Code, so it might not be the right fit for you, but I've really been enjoying it.

In this video, I take a look at getting set up with it.

You can get it here if you’re interested in trying it out as well 🙂.

One of the most common questions I’ve had about it so far has been how to get Live Server working with it. I will be putting out a quick video on it tomorrow, but in the meantime, you can use npx live-server and you’re good to go (as long as you have npm installed).


Turning a common UI pattern into a web component

video preview

Last week, Michael Warren joined me to explore a web component that he created based on a form group I had made from one of my older videos, and this week he’s back to teach me how to create it myself.

You can find the final version of it here.

⚡ This selector targets external links

video preview

There’s a lot that you can do with attribute selectors, including looking for links that start with http, which generally will mean they’re an external link.

As some commenters have mentioned, that's not a sure-fire way of knowing something is an external link. You could use it combination with :not() with your actual URL, or a few other tricks, if you'd like.

Either way, it might not be perfect for all situations, but it's still pretty neat!

🔗 Other awesome stuff from around the web

First up, both Josh Comeau and Piccallili have big roundups of Black Friday sales currently running.

Next, a handful of videos to share this week, and a great article.

📝 Quiz time!

You want an element to transition from height: 0 to its natural height when opened. Which single line can make height: auto animatable?

  1. interpolate-size: allow-keywords
  2. transition-behavior: allow-discrete
  3. transition-size: auto
  4. will-change: height

As per usual, you'll have to head on over to YouTube to take a stab at the quiz, and once you answer, you'll see if you were right or not.

🏁

Two important notes/reminders to close things off this week:

Have a fantastic week!
Kevin


If you no longer want to get any emails from me, you can unsubscribe or you can edit your preferences if you'd like pick which emails you get from me.
600 1st Ave, Ste 330 PMB 92768, Seattle, WA 98104-2246

Hi! I'm Kevin

Weekly newsletter, where I talk about tangentially-related front-end development topics and share what I've been up to in the last week, plus any cool/fun/interesting/useful links I come across as well.

Read more from Hi! I'm Kevin

View this email in your browser (or share it with a friend!) Hello Reader, As part of my Asked 100 Devs game that I’m doing, I asked developers which CSS property they have to look up the syntax for most often. The video is in the section below, but one thing that I didn’t think of when putting the question together was that people often look a lot of things up 😅. I probably could have phrased the question better, asking about what they look up the most often, but I think it raised an...

View this email in your browser (or share it with a friend!) Hello Reader, A few years ago there was a common scam on YouTube where people would create fake accounts with the same profile picture as creators, but use a WhatsApp number as the name on the account, and then they'd use a bot to mass-reply to people saying to give them a call. It was a big problem, and I would actually get replies to those comments, as well as DMs and emails from people who tried to contact the number. As with...

View this email in your browser (or share it with a friend!) Hello Reader, Sometimes it can be hard to build momentum, and there are more and more things in our way now than ever. Social media has been one of the big ones for a long time now. For me, it can be an issue because it's part of my job. I probably should use some sort of scheduling app, but I tend to just go to Bluesky to post something, and then get distracted reading my feed. One issue I know more people are having is context...