Code editor features

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