a while ago i could comment any code in php with netbeans like this:
/*
*
*
*/
I just typed /* ENTER and netbeans gave me that lines above. then when i typed @ it gave me a full list of all available tags (author, param and so on).
i reinstalled my mac and since then it hasnt worked.
someone knows why and how i can activate it? i installed the netbeans for php only.
Did you import from an old user profile by any chance? This happened to me once. I reset the preferences and it worked. Hope this helps.
Edit: The OP reported that you have to press /** ENTER rather than /* ENTER to get the comments working.