You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I have learned at microsoft/Excel-Labs#10 it is already possible to have IntelliSense help for the function. Would it be possible to add argument descriptions to module functions (Modules) as well (as it can be done in VBA with MacroOptions? Maybe this can be done with some sort of special comment like
/**
I am the function description.
@Arg("I am the description of the first argument.")
*/
The text was updated successfully, but these errors were encountered:
With IntelliSense I mean the "tooltips" which show up, when you start writing a formula in a cell, but of course having the function and argument descriptions elsewhere too would be a nice bonus.
As I have learned at microsoft/Excel-Labs#10 it is already possible to have IntelliSense help for the function. Would it be possible to add argument descriptions to module functions (Modules) as well (as it can be done in VBA with
MacroOptions
? Maybe this can be done with some sort of special comment likeThe text was updated successfully, but these errors were encountered: