The type information is not friendly enough. For example, when I write 'vector.push_back', type information is very hard to understand, then I have to visit the cpp official website to get more information. On the other hand, look at other languages such as typescript or Rust, the type information is very friendly, I can understand the meaning of function or object quickly, even more, I could get the usage example from type information. And that brings more fun to my programming experience.
So, could we add a feature to cpp, make it more friendly and interesting?
Feature Request
The type information is not friendly enough. For example, when I write 'vector.push_back', type information is very hard to understand, then I have to visit the cpp official website to get more information. On the other hand, look at other languages such as typescript or Rust, the type information is very friendly, I can understand the meaning of function or object quickly, even more, I could get the usage example from type information. And that brings more fun to my programming experience.
So, could we add a feature to cpp, make it more friendly and interesting?