Difference between revisions of "RidgeRun Developer Manual/Editors"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 7: Line 7:
 
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.
 
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
 
 
  
  
Line 24: Line 23:
 
*Remote Editing (via SSH)
 
*Remote Editing (via SSH)
 
*Auto-Indenter
 
*Auto-Indenter
 
 
 
 
 
 
 
 
 
 
  
 
<noinclude>
 
<noinclude>
 
{{RidgeRun Developer Manual/Foot|Development Tools|Editors/Emacs}}
 
{{RidgeRun Developer Manual/Foot|Development Tools|Editors/Emacs}}
 
</noinclude>
 
</noinclude>

Revision as of 11:37, 20 April 2020




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