Built-in C# Programming |
You can read Scripting Overview article first. This article reviews C# editor, that designed both for working with usual C# files and with C# scripts.
The editor includes a typical C# IDE features, .cs, .csproj, .sln files are supported. A developer can add .cs files in the project, edit it and compile. Right now, you can work only with one C# project 'Project.csproj' from the editor.
A section of the editor Ribbon that provides tools for scripting.
Name | Description |
---|---|
![]() | Builds a solution (Project.sln) to compile and apply C# code changes. |
![]() | Creates C# file (.cs). |
![]() | Adds selected files or folders to the project (Project.csproj). |
![]() | Removes selected files or folders from the project (Project.csproj). |
![]() | Creates C# Script. |
![]() | Creates Flow Graph. |
![]() | Comments selection of C# code. |
![]() | Uncomments selection of C# code. |
![]() | Renames symbol of C# code. |
![]() | To do auto formatting of C# code. |
![]() | Adds property code for a component class. |
![]() | Opens Sources solution in an external IDE. |
At Resources Window one can enable C# filtering mode. When enabled, only .cs files will be displayed in the window.
In the Project Settings there are settings of the C# editor. For example, you can turn on line numbers displays.