i found that, commenting by describing the function using @desc, @params, etc is good practice, but what this process is called and how to enable the dropdown menu for this feature in IDE 7.0, I when i write @ and hit control+space, it says no suggestion, any idea? how to enable it? i had seen someone using it in one video.
i found that, commenting by describing the function using @desc, @params, etc is good
Share
My guess is you are starting the commented section with /* instead of /**. If you only do one * for some reason auto complete doesn’t show up. At least that is the case with 7.2, I don’t have 7.0 installed.