Example (compiles and runs):
```c++ #include <string> #include <iostream>
std::string f(){ return std::string("abc"); };
int main(int, char **) { std::cout<<f()<<std::endl; return 0; } ```
The return type for `f()` shown in the symbol bar tooltip and the editing window tooltip (when you type `f(` ) only shows the `std` not `std::string`.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/845
Looking at the C++ tags files on the wiki, it doesn't seem like it ever worked for the return type.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/845#issuecomment-168300320
Closed #845 via #889.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/845#event-547225069
github-comments@lists.geany.org