u/panPienionzek

When I want to check what a function does I'm getting a lot of text that i don't know what it even means. It is super overwhelming for someone new in this language. For comparison in Python when I want to augment my knowledge about certain method the text is very clear and i don't even need to google that. BTW I know a guy that once relearned whole Python on test in college just using help function.

Sorry if I mistaken some words, I'm huge noob and only just beginning my programming path

Edit 1: I meant the documentation that appears in jetbrains apps when you hover mouse over function. In python it is much clearer, like it tells me what i need to pass in function to make it work, e.g. function(input1, input2) and explanation what this function does, like: "this function is functioning". I was surprised when I saw fricking block of text in something basic like .sizeof() Is there any alternative, maybe plugin or something to make it more beginner friendly in clion?

Edit 2: Thanks everybody. I didn't know where to search. Now everything is much clearer. Thank you!

reddit.com
u/panPienionzek — 14 days ago

When I want to check what a function does I'm getting a lot of text that i don't know what it even means. It is super overwhelming for someone new in this language. For comparison in Python when I want to augment my knowledge about certain method the text is very clear and i don't even need to google that. BTW I know a guy that once relearned whole Python on test in college just using help function.

Sorry if I mistaken some words, I'm huge noob and only just beginning my programming path

reddit.com
u/panPienionzek — 14 days ago