I would suggest to show all overloads for the procedure when you use the IntelliSense, or at least show some indication that there are multiple overloads available.
For example, when you use the IntelliSense when you create a new statement with a function call in C# you will see an indicator that says "1 of 2" if there are multiple methods that you can choose from with the same name.
It would be very useful if we can see the signatures of the possible overloads we can choose from.
Comments
When typing method call first time and adding opening parenthesis "(", the closing parenthesis ")" will autocomplete and IntelliSense will show the different signatures, if available. This should help on first time authoring. However, currently it is not possible to reinvoke the signature list using, e.g., Ctrl+Space once call is written. Keeping this idea to track that part.
Category: Development
This is linked to the documentation issue. Currently there is no way to actually understand how any particular method in a page, table or code unit was intended to be used. I see that is on the roadmap and will be a critical integration point for making extensions work without people having to dig through source code.
Category: Development
Business Central Team (administrator)