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

Commented 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'.
Comments: ![Image](https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=nodejstools&WorkItemId=1602&FileAttachmentId=970923)

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>