RidgeRun Developer Manual/Editors

From RidgeRun Developer Connection
Jump to: navigation, search




Previous: Development Tools Index Next: Editors/Emacs




Developer's IDE

The Code Editor is probably the most fundamental tool of a developer. Similar to how a chef invests in a good set of knives or how a surgeon requires precision scalpels, the Code Editor can make a huge difference in the quality and efficiency of a programmer. Setting up these environments rarely is considered a waste, but an investment. A professional developer understands the importance of working with the right tools.

An Integrated Development Environment (IDE) is a set of tools


IDE Features

Essential Features

  • Static Code Analysis
  • Code Autocompletion
  • Code Navigation

Desired Features

  • VCS Integration
  • Debugger Integration
  • Remote Editing (via SSH)
  • Auto-Indenter


Previous: Development Tools Index Next: Editors/Emacs