Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7411157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:20:38+00:00 2026-05-29T06:20:38+00:00

Is it possible to enable task tags like //TODO and //FIXME for html files

  • 0

Is it possible to enable task tags like //TODO and //FIXME for html files in Eclipse? I’ve already checked in Eclipse’s settings and there is no “Task Tags” section for HTML files. The issue is that I’m not really using these task tags in the html itself; they’re in blocks of javascript inside the html files. It would be nice to somehow capture them even though they reside in an html file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T06:20:39+00:00Added an answer on May 29, 2026 at 6:20 am

    Unfortunately Eclipse is not able to recognize Task Tags for JavaScript embedded in HTML. You can however use HTML comments to add Task Tags around the blocks of JavaScript. For example:

    <!DOCTYPE html>
    <html>
     <head>
      <!-- TODO: Add meta tags and page title here. -->
     </head>
     <body>
      <h1>Title</h1>
      <!-- FIXME: There might be a semicolon missing in this code. -->
      <script type="text/javascript">
       // TODO: This comment will not be added to Task Tags in Eclipse.
       var i = 0
      </script>
     </body>
    </html>
    

    Would result in the following descriptions appearing in your Tasks view:

    TODO: Add meta tags and page title here.
    FIXME: There might be a semicolon missing in this code.
    

    To enable Task Tags in Eclipse go to Preferences > General > Editors > Structured Text Editors > Task Tags.

    (Eclipse Java EE IDE for Web Developers. Version: Indigo Service Release 1 Build id: 20110916-0149)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Enable GPS programatically like Tasker Ok, I know there is same question
It's possible to implement INotifyCollectionChanged or other interface like IObservable to enable to bind
Possible Duplicate: Enable GPS programatically like Tasker Anybody know how to enable the GPS
Is it possible to enable code completion for wxWidgets in Eclipse IDE ? It
anyone knows if is it possible to enable php parse_ini_file() function overriding php.ini settings
It is possible to enable a code editor helpers for .js files in Visual
Possible Duplicate: How to enable PHP short tags? I am doing some JavaScript work
Is it possible to enable a second monitor programatically and extend the Windows Desktop
Anyone know if its possible to enable horizontal scrolling ONLY in a windows forms
In bash, I believe it is possible to enable tab completion on the terminal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.