i am currently learning c++ for uni. Currently using visual studio code (primarily), visual studio enterprise and visual studio community.
Im wondering if theres any way to make a description of functions show up when im typing them. When i write in javascript I always get a description, but not c++ (see pic)
as you can see when im writing in javascript i get a decent description of what the function does when i start to write it out, can i get that for c++ too somehow? if not, is there a better way than googling each individual function to figure out what they do? thanks!