Older/ReSharper20162TS-JS/RenameJsDoc.js (3 lines of code) (raw):
// 20162RTM: Rename parameters updates JsDoc
/**
* Represents a book.
* @constructor
* @param {string} title - The title of the book.
* @param {string} author - The author of the book.
*/
function Book(title, author) {
}