edbee-lib
edbee-lib copied to clipboard
Function parameter annotations
Saw in Android Studio for the first time - I think this is brilliant:

Do you know which c++ version is required for this? Because I don't want to force users to use c++11
I don't think this has anything to do with the C++ version, this is Java code. Just showing the IDE's ability to tell me what a random boolean parameter is!
Is this inserted in the editor temporary?
To be able to do this there's a lot of work to do. We need to have a descent language parser on the background (langserver?) Temporary inserting/showing the info about arguments
More than understanding the syntax and language, this needs an understanding of documentation, as this is the source of the parameter name