81
If you have a procedure that has multiple overloads (so, for example, same procedure name but different parameters), then if you want to add a new statement somewhere else in your code calling one of these procedures utilizing the IntelliSense will always only show a single procedure and not all the overloads.

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.
Category: Development
STATUS DETAILS
New
Ideas Administrator

This is already mostly supported, but with a different command (Ctrl+Shift+Space) for triggering parameter hints.

We are still lacking showing that overloads exist ("+x overload(s)") in signature help. We will track that in this

Your help is greatly appreciated,
Business Central Team