Geany intellisense as functionality for C ++

Is there a plugin for Geany that will provide Intellisense-like functionality for C ++? For example, when you press ctrl + spacebar, all functions / members of the included libraries are displayed or displayed as tooltips? or when you enter a few letters, are all methods or variables starting with these letters listed?

I know that code completion is in Geany, but its not like Intellisense VS, where all members / functions of linked libraries are displayed when you press ctrl + spacebar.

+5
source share
3 answers

You have several options.

, , . , Patient, Treatment- > getActivitiesForPatient (), , .

Geany, . http://www.geany.org/Download/Extras#tags. ( , 7 - AppData/Roaming/geany/tags.)

:

$ your/application/root>geany -g /tmp/mytagsfile.tags $(find . -type f -name '*.php')
+2

Geany, , , , . Linux, IDE, MonoDevelop ( # Linux, ++, MS Visual Studio) Eclipse, Java, C/++ Fortran. , , , ++, :

www.eclipse.org/cdt/

+1

In my opinion, the fastest code completion (e.g. intellisense) ever implemented is one of QtCreator. It is very fast and in large code files.

0
source

All Articles