Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: How to get TODOs from SQL and XML files in tasks

In Java files I can write TODO comments and they show up in the Tasks window.

// TODO: Do something about this 

However, when I write TODO comments in for example SQL scripts and XML files, they don't show up. Is there a way I can get them to do that? For example:

-- TODO: Fix this SQL query  <!-- TODO: Fix this XML --> 
like image 768
Svish Avatar asked Sep 26 '11 07:09

Svish


People also ask

Where do I put XML files in Eclipse?

Once you have downloaded WST and prerequisites, unzip them to the same folder and you are ready to go! Next, launch Eclipse workbench and select File>New>Examples>XML>Editing and validating XML files to bring up the wizard to create a simple project with the sample XML files.

Can we run XML in Eclipse?

xml file, right-click on it, and select Run As option and then go to TestNG suite option. 3. The eclipse will execute XML file as TestNG suite.


1 Answers

Check your main Preference dialog for Task Tags pages. Type "task" into the search box in the upper left of the dialog to help you find relevant pages. For XML files, I know that that feature is off by default.

like image 152
nitind Avatar answered Sep 21 '22 22:09

nitind