+ 4
What exactly is the used of text editor in prog language?
11 Antworten
+ 4
For programming / coding.
Text editor make it easier to do that.
For example the features they have : autotext, marking a open/close tag, debugging, etc.
+ 3
Yes html included too.
Like Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 said, you can try to use VS Code or Atom.
But if you want a lighter texteditor then you can use Sublime.
+ 3
Android texteditor for project ? No, Because you need database too.
But if that only for learn then Yes, you can try here in SoloLearn CodePlayground.
+ 3
It is where you write your code.
+ 2
They are what is used to write the actual code. Similar to Sololearn's own Playground where you write code except that most have more advanced features to increase the efficiency of coding. They will also usually have syntax highlighting which means that different parts of the code have different colors to make the code more readable.
Two popular ones are Atom
https://atom.io/
and VS Code.
https://code.visualstudio.com/
+ 2
Thank you for answering, well then are you able to use text editor in any programming language does html included too?
+ 2
Oh thank you does those only compatible in computer and laptop? And not in android phones?
+ 2
Thanks for the help!
+ 2
But yes those two are only for pc/laptop.
There are some for Android but they will not be as powerful and will be more similar to Sololearn's playground. Just search for HTML text editor in the Google Play store.
+ 2
well I use atom and it has never failed me
+ 1
if youre concerned mainly with WebDev, CodePen.io for me on my phone. no other languages except Html/css/jS though.