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

Created Unassigned: VS2013 RC4, TypeScript 1.4, NTVS 1.0RC2: pasting a function mutilates its comment [1785]

$
0
0
Not sure if it's NTVS or the TypeScript plugin.

Pasting the following text in a TypeScript file

```javascript
/**
* Try to get resources to write some of the to-be-done archives to the database
*/
private _doSomeWriting(): Promise<void> {
}
```

consistently yields

```javascript
/**
ry to get resources to write some of the to-be-done archives to the database

private _doSomeWriting(): Promise<void> {
}
```

i.e. the top comment is mutilated. Pressing Ctrl+Z once solves it.


Viewing all articles
Browse latest Browse all 4630

Trending Articles



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