Code Editor
Embedded Studio has a built-in editor that is particularly well suited to editing code. Its features provide you with everything needed for efficient development.
The built-in editor is far more than a simple text editor. These are some of its features.
Bracket highlighting
For easy identification of code blocks, even with not nicely formatted code, the matching bracket to the one at the cursor is highlighted.
Code completion
Embedded Studio provides suggestions for code completion based on your application, while you type.
Code folding
For folding code that is currently irrelevant.
Code templates
Code templates enable easy insertion of text blocks, such as function headers for documentation tools, or skeletons for your functions.
Easy navigation
Quick input for text, methods, and files accelerate search and open. Bookmarks provide fast switches between locations of interest.
Syntax highlighting
The code editor supports the language of the source file it is editing, showing code with syntax highlighting.
Toggle Split Window
Split Windows enable a quick overview of different source lines in the same file.
Unused code highlighting
Based on pre-processor defines, from the project settings or the sources, unused code is greyed out.
Visual Scrollbar Appearance
Embedded Studios Scrollbar shows different Information about the code so that it can be navigated to quickly.