Is there a plugin for Geany that will provide an Intellisense-like functionality for C++? Like when you press ctrl + spacebar all functions/members of the included libraries are shown or listed as hints? or when you type a few letters all methods or variables starting with those letters are listed?
I know there's code completion in Geany, but its not like Intellisense of VS, where all members/functions of the linked libraries are show when you press ctrl + spacebar.