Translations:KDevelop5/Manual/Working with source code/34/en: Difference between revisions
Appearance
	
	
|  Importing a new version from external source | 
| (No difference) | 
Latest revision as of 00:48, 22 March 2020
KDevelop shows me a tooltip that includes the type of the variable container, where this variable is declared (the container, which
here is in the surrounding function operator()(AreaIndex *index)), what it is (a variable, not a function, class or namespace) and where it is declared (in line 376, just a few lines up in the code).