Working with source code in plsql files
-
Syntax coloring.
-
Indentation and Formatting.
The IDE indents lines as you type. You can format selected lines or the entire
file by selecting Format in text menu action or by pressing Alt-Shift-F.
-
Code folding.
You can expand and collapse any element in the PL/SQL editor.
You can also expand and collapse child elements of an element too.
-
Palette.
You have a palette in the IDE with some basic language elements that you
can add into your code, by dragging and dropping items from the palette window into the editor window.
The palette window can be found in the menu-toolbar, Window - IDE Tools - Palette.
-
Code templates.
You can enter common code snippets by typing abbreviations for those snippets.
See Code Templates
-
Navigator window & source code navigation.
Support for navigating through the source code of the current file as well as
other files.
-
Hints for errors/warnings.
Editor Hints are provided for problematic code and code not written according to
the standards. Some hints have actions to correct/avoid it.
-
Annotations for special behavior
Source code annotations are provided for injection of framework code and
to control code generation process.
This page is generated from IFS Developer Studio at 2025-03-23 11:16.