Is there any kind of handy tool to check c++ syntax language reference inside IDE?

Answered

what I mean is a kind of scenario like this:
I`m reading  under picture piece of code. 
i don`t know what virtual mean in c++,
so,i want to just move my cursor on the "virtual" text in the code .so i can brief know what does virtual do in c++.

something like this little handy box in the picture:
it jump up with user define stuff.
but by default the IDE assume user know the C++ language syntax.

this will greatly help beginners` efficiency !

 

 

 
1
1 comment

Hello!

For a standard function, structure, or another item in CLion 2022.3 we added links to cppreference.com articles to the Quick Documentation popup (see https://blog.jetbrains.com/clion/2022/10/clion-2022-3-eap-cppreference-cmake-debugger-return-value/#open_documentation_at_cppreference_com). Please note that this works only for things with a definition in the std namespace.

0

Please sign in to leave a comment.