Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Jorge Monarres
2,380 Points<li> tags
How did you add multiple <li> tags at once to the steps part of the video?
1 Answer

Rohald van Merode
Treehouse StaffHey Jorge Monarres 👋
Looks like this change happened in video editing, workspaces unfortunately don't support editing multiple lines at once.
If you are working in VS Code you could use multicursor to conveniently do this. With Cmd ⌘ + Opt ⌥ + ↓
on Mac or Ctrl + Alt + ↓
on Windows you can add an additional cursor underneath your current cursor (or above if you use ↑
instead). This allows you to type/paste the same value in multiple places at once 🙂