+ 1
What is code editor
Facing problem
3 Answers
+ 5
ring yol
A code editor is a textĀ editorĀ that is specialized for writing software. A sourceĀ code editorĀ may be a stand-alone program or part of an integrated development environment (IDE). TheyĀ makeĀ writing and reading the sourceĀ codeĀ easier by differentiating the elements and routines so programmers can more easily look at theirĀ code.
+ 2
Vim, Emacs etc. are older style code editors with mostly keyboard controls.
+ 1
Examples are VSCode, Sublime Text, Notepad++, Atom, Brackets