Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans C/C++ JavaDoc code-completion

I am developing C++ in NetBeans 6.7.1. When I press CTRL + space for autocomplete there is shown only method's signature. I am using JavaDoc for commenting my code but NetBeans doesn't show it. I have installed Doxygen plugin but it is only for generating complete documentation.

Is there any way how to force the IDE to show signature and JavaDoc for C++ please?

I think that it should not be a problem because this functionality is currently implemented for Java.

Thanks a lot.

like image 473
Gaim Avatar asked Jan 13 '10 10:01

Gaim


People also ask

Does NetBeans have code completion?

By default, the user would press Ctrl-Space to make the code completion box appear. Later, we can add a new option to our Options window extension, such as a checkbox which will change the int returned in this method from 0 to 1, so that the code completion box appears automatically.

How do I enable completion code in NetBeans?

To invoke code completion press Ctrl + Space or, choose Source > Complete Code…

How do I manually add Javadoc?

Choose Tools > Java Platform Manager from the main window. Select the platform to which you want to add Javadoc in the left panel of the dialog box. In the Javadoc tab, click Add ZIP/Folder and specify the location of the Javadoc files. Click Close.


1 Answers

So I asked on NetBeans forum this question ( using friend's account because I don't have my own ) and there is the conclusion: It is impossible and it is in requests.

like image 74
Gaim Avatar answered Oct 23 '22 22:10

Gaim