Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TODO task netbeans php

Tags:

netbeans

todo

I'm using netbeans to develop web applications using php and javascript.

I was using eclipse and I could list all my tasks using the //TODO comment.

I don't understand how does it works on netbeans.

So is there a solution to create tasks using comment and how can I access to my task list ?

I have netbeans 7.4 on OSX

like image 875
Ajouve Avatar asked Jan 05 '14 12:01

Ajouve


People also ask

How to see Javadoc in NetBeans?

Displaying JavadocFrom the menu bar, select Window > IDE Tools > Javadoc Documentation to open the Javadoc window, in which the documentation is refreshed automatically for the location of your cursor.

Where can I find Todo in NetBeans?

NetBeans IDE's RCP functionality combines all layer. xml files during runtime and creates the central registry of the application. Right-click the View module and select Open Project (see Figure 5). The new module contains a package called todo.

How do I get suggestions in NetBeans?

It is easy to enable Java hints in NetBeans. Select "Tools" from the title bar, then select "Options" from the drop-down menu. Choose the "Editor" option and then select the "Hints" tab.

How can I see compiled code in NetBeans?

On the main NetBeans menu, choose Build → Build Main Project. The output window shows a successful compilation. If the compilation isn't successful, make changes to the code in the editor window, and try compiling again.


1 Answers

Check Tools|Options|Misc.|Action Items, there is a list of comments to IDE should look for in your code. Now open Window|Action Items and it will show all found tasks

like image 187
ladar Avatar answered Sep 19 '22 21:09

ladar