Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Matthew Tran
16,343 PointsTab issues in workspaces while in the Introducing ES2015 Course
Taking the Introducing ES2015 course and I've been experiencing some weird tab problems. I have been noticing some weird tab issues. When I open a new Workspace to follow along, when I hit return after typing a new line, it will be tabbed over 16 spaces already. It happens across multiple new Workspaces I create to follow along. Is this a specific issue to this ES2015 course?
1 Answer

Steven Parker
215,939 PointsI don't think the workspace editor completely understands ES6 yet.
The processing engine does, but the editor seems to get confused when you use ES6-only items. So does the syntax highlighting here in the forum:
let foo = `Here's an example of a template string, ${name}`;