Prompt why Spket not working code completion for inline JSDoc comments?
Right JSDoc inline comment is a code of:
Code: Select all
function test(/**Array*/ data) {
data.{cursore} // NOT work code completion
}
Code: Select all
function test(/*Array*/ data) {
data.{cursore} // WORK code completion
}
Spket Editor v.1.6.18 as plugin for Eclipse 3.7.1.
The correct syntax for jsdoc-toolkit: http://code.google.com/p/jsdoc-toolkit/wiki/InlineDocs
Replacement of the file com.spket.js_1.6.18.jar does not work.