RidgeRun Developer Manual/Editors: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
Line 3: Line 3:
</noinclude>
</noinclude>


==Developer's IDE==


==Introduction to Code Editors==
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.




==IDE Features==
===Essential Features===
*Static Code Analysis
*Code Autocompletion
*Code Navigation
===Desired Features===
*VCS Integration
*Debugger Integration
*Remote Editing (via SSH)
*Auto-Indenter





Revision as of 16:19, 20 April 2020


Error: <seo> tag must contain at least one non-empty attribute.



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.



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