VS Code seems to ignore JSDoc parameter type definitions for ES6 arrow functions: /** @param {MyClass} myParam */ // VS Code ignores this?? x = (myParam) ...
確定! 回上一頁