Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.62 KB

File metadata and controls

43 lines (28 loc) · 1.62 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region ms.search.validFrom ms.dyn365.ops.version ms.assetid
Code editor features
Learn about the features of the code editor for Visual Studio, including an overview of the element designer of the code editor.
josaw1
josaw
article
06/20/2017
josaw
Developer
Global
2016-02-28
AX 7.0.0
87d75162-a9dd-43d2-a316-833e2c799f08

Code editor features

[!include banner]

This article describes the code editor for Visual Studio.

Code editor

You use the code editor in Microsoft Visual Studio to write the X++ code for your applications. The X++ language is fully integrated into the Visual Studio environment. As you write your X++ code, you will see the familiar features of the Visual Studio code editor. For example, IntelliSense is displayed to help you write the code. You can also navigate to methods and classes in the code editor by using the navigation drop-down menus at the top of the code editor window.

Code editor with FMVehicle class.

Other features, such as collapsible sections, are also available.

Opening the element designer

You can open the element designer that corresponds to the current X++ source code by right-clicking in the code editor and then selecting Open Designer.

Menu item for opening the code editor.

Additional resources

Develop and customize home page

Development tools in Visual Studio

[!INCLUDEfooter-include]