Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: Jade editor hides dot-class syntax elements in VS2015 Preview [1602]

$
0
0
I'm using Jade markup in my Express app, and when I migrated it into the VS2015 Preview, I discovered wide swaths of blank spaces that don't show up as dots when you turn on View White Space (Ctrl-E, S).

Turns out that they're hidden markup. So what should appear as
```
th.col-sm-2 Step
```
appears as
```
th Step
```
This renders the editor fairly unusable, unless I switch to
```
th(class="col-sm-2") Step
```
which kinda diminishes the whole Jade experience. Just sayin'.

Viewing all articles
Browse latest Browse all 4630

Trending Articles