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

Edited Feature: Improve indenting of multiline comments [1576]

$
0
0
And incorrectly indents things that follow them.

Format:
```js
{
/*
* foo
* bar
**/
baz
}
```
Current:
```js
{
/*
* foo
* bar
**/
baz;
}
```
Best Result would be:
```js
{
/*
* foo
* bar
**/
baz;
}
```

Viewing all articles
Browse latest Browse all 4630

Latest Images

Trending Articles



Latest Images

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