edbee-lib icon indicating copy to clipboard operation
edbee-lib copied to clipboard

Function parameter annotations

Open vadi2 opened this issue 7 years ago • 4 comments

Saw in Android Studio for the first time - I think this is brilliant:

selection_280

vadi2 avatar Dec 20 '17 11:12 vadi2

Do you know which c++ version is required for this? Because I don't want to force users to use c++11

gamecreature avatar Dec 20 '17 12:12 gamecreature

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!

vadi2 avatar Dec 20 '17 12:12 vadi2

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

gamecreature avatar Dec 20 '17 12:12 gamecreature

More than understanding the syntax and language, this needs an understanding of documentation, as this is the source of the parameter name

keneanung avatar Dec 20 '17 12:12 keneanung