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

JavaScript Introducing ES2015 Classes Static Methods

Matthew Tran
Matthew Tran
16,343 Points

Tab 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
Steven Parker
231,007 Points

I 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}`;