Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.66 KB

ChoosingaTextEditor.md

File metadata and controls

43 lines (26 loc) · 1.66 KB

why you have to choice your text editor wisly:

First You have to know what is text editor:

in barmlines you can say its software that consider the one of the most important tools for the devolper and you can consider it you friend on the way in coding world..

second thing you have to give attention when you choose your text editor:

that ther is alot of different classifications betwin each like sepecifc service or feature that provide for you to let your coding more easyier

some of thes classifications that i preferd it is:

  • syntax highlighting which colorizing evry thing you type by difirent colour ex in HTML:(tags will be red, Attributes will be green)

  • code completion which allows you to start typing then the code completion aoutomaticly

and alot alot of features that helps you to become pro devloper..

Have to mention that there is alot of 3rd party softwares that supourt alot of features and avilable for free Ex:

1. Visual Studio Code vs and you can get from here

2. Brackets brackets and you can get from here

3. Atom atom and you can get from here






Back To The Main Page