简体   繁体   English

TODO 任务未显示在 eclipse 2019-09 的任务视图中,最新版本为 node.js

[英]TODO tasks not displaying in the task view in eclipse 2019-09 with latest version of node.js

I am writing a simple node.js project using latest version of eclipse Eclipse IDE for JavaScript and Web Developers Version: 2019-09 R (4.13.0) Build id: 20190917-1200 OS: Mac OS X, v.10.15.1, x86_64 / cocoa Java version: 12.0.2 using latest version of node.js (Node.js v12.13.0) I have the TODO tasks are not appearing in the task view window: the sample code is I am writing a simple node.js project using latest version of eclipse Eclipse IDE for JavaScript and Web Developers Version: 2019-09 R (4.13.0) Build id: 20190917-1200 OS: Mac OS X, v.10.15.1, x86_64 / cocoa Java version: 12.0.2 using latest version of node.js (Node.js v12.13.0) I have the TODO tasks are not appearing in the task view window: the sample code is

/**
 * http://sample/
 */
//TODO I will start coding from here
console.log("this is it ");

The task in the comment is not appearing in the task view of eclipse.评论中的任务没有出现在eclipse的任务视图中。 I have tried to follow all answers nothing could solve this problem.我试图遵循所有答案,没有什么可以解决这个问题。

I think you'll have to report this as an enhancement request at https://github.com/eclipse/wildwebdeveloper/issues .我认为您必须在https://github.com/eclipse/wildwebdeveloper/issues将此作为增强请求报告。 That package uses a newer, experimental, set of JavaScript support. package 使用更新的、实验性的 JavaScript 支持集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM