Code documentation comments

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Enabled for Public preview General availability
Admins, makers, marketers, or analysts, automatically Aug 1, 2020 Oct 1, 2020

Business value

Adding code documentation tags to objects provides inline help when consuming the objects from calling code, helping understand both intent and usage.

Feature details

Using /// inserts a basic XML doc template, based on the object or member signature. Additional documentation tags can be inserted using IntelliSense support.

Furthermore, when using IntelliSense for object and members, the provided documentation comments will be shown in addition to signature.

Tell us what you think

Help us improve Dynamics 365 Business Central by discussing ideas, providing suggestions, and giving feedback. Use the forum at https://aka.ms/bcideas.

Thank you for your idea

Thank you for submitting this idea. We listened to your idea, along with comments and votes, to help us decide what to add to our product roadmap.

See also

XML Comments in Code (docs)