The perspective inside the Eclipse IDE makes it very easy to navigate thru PL/SQL stored procedures.
Editor
The editor supports all expected functionality from developers like code completion, syntax highlighting, error/warning marker, tooltip,
bookmarks, tasks. Packages and objects with specification and implementation in different files are shown in the same editor in different
tabs.
Outline View
The outline view showed the structure of the PL/SQL code in the editor and makes it easy to jump to any field, procedure or function of the
code.
Problem/Error View
PL/SQL problems and warnings are showed in a list. Navigation from errors/warnings to the code is just a mouse klick.
File Based For Team Development
The local files are used for development of the PL/SQL stored procedures. So integration with the team software configuration system like
git or subversion is very easy.