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.
source
share