Important Notice:

Text Editor Introduction

Text Editor Introduction

21 views 1 min read

Text Editor

A text editor is a program used to create and edit source code files.

Types of EditorsEditorDescriptionNotepadSimple Windows editorNotepad++Syntax highlighting, tabsVS CodeMicrosoft — free, extensionsSublime TextFast, lightweightAtomOpen-source by GitHubFeatures of a Good Editor

  • Syntax Highlighting
  • Auto-completion
  • Line numbering
  • Search and Replace
  • Multiple tabs
  • Extensions

Related Notes