Web Development Editors? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Web Development Editors?

Can you give some suggestions for text editors that can be used for web dev :D

6th Apr 2018, 6:26 AM
Cheesy Beer
Cheesy Beer - avatar
12 ответов
+ 2
Notepad++ is a popular one. I personally use Zend Studio but use Angular IDE when doing Angular. Visual Studio is also good but massive. There are dozens out there. Even simple notepad will work. It all depends on your operating system, what type of code you will. be writing and what features you want.
6th Apr 2018, 6:31 AM
Adam
Adam - avatar
+ 1
AIDE Web
6th Apr 2018, 6:30 AM
Aidos Zhakupov
Aidos Zhakupov - avatar
+ 1
Chrome : F12
6th Apr 2018, 3:17 PM
Mike Choy
Mike Choy - avatar
+ 1
<?xml version="1.0"?> <message> If working in the *nix terminal, <emphasis>some</emphasis> common ones are, in no particular order: <list type="unsorted" display="block"> <list-item>nano</list-item> <list-item>vim</list-item> <list-item>emacs</list-item> </list> <edit-note message="Sorry for using random, yet valid XML. ^w^;" /> </message>
6th Apr 2018, 3:42 PM
Katie (Ctrl-Alt-Cuteness)
Katie (Ctrl-Alt-Cuteness) - avatar
+ 1
Mike Choy That's not really an editor. That's the debug console. You can't really create save ACM d deploy code from there, only debug and edit already existing code. That said... f12 on chrome or firefox is an irresponsible tool. Learn it. Love it. Use it.
7th Apr 2018, 2:36 AM
Adam
Adam - avatar
+ 1
Mike Choy Yes I know. I use Chrome dev tools and Mozilla dev tools extensively daily in my job. It is not an editor. It is a debug console. persistence just means your change wasn't erased within your browser. It doesn't change the actual site. It is meant for stack tracing a script debugging. prototyping of css changes and minor html edits on the fly that can then be put into a real IDE (often with an ssh or ftp connection to the live server) and pushed to the web. Powerful, yes. but not an editor.
8th Apr 2018, 10:26 AM
Adam
Adam - avatar
0
uhm, i am looking for applications used in desktop?
6th Apr 2018, 6:31 AM
Cheesy Beer
Cheesy Beer - avatar
0
ahhh, thanks :D
6th Apr 2018, 6:32 AM
Cheesy Beer
Cheesy Beer - avatar
0
@Adam you can set up persistence in Chrome device tools. https://developers.google.com/web/tools/setup/setup-workflow of course there are better options which you can also install direct into Chrome from the Chrome store. eg Caret or Caret-T
7th Apr 2018, 6:19 AM
Mike Choy
Mike Choy - avatar
0
Mike Choy If Chrome allowed their store on the Android, I'd be happier.
7th Apr 2018, 6:33 PM
Katie (Ctrl-Alt-Cuteness)
Katie (Ctrl-Alt-Cuteness) - avatar
0
Katie (Ctrl-Alt-Cuteness) know what you mean. I'm a Chromebook user, we have Play store on Chrome OS....not that it helps you. What do you develop on?
7th Apr 2018, 6:41 PM
Mike Choy
Mike Choy - avatar
0
Mike Choy I develop currently on my Android device (normally in `vim` via. Termux) because of the lack of a working """computer""" at this time.
19th Apr 2018, 9:16 PM
Katie (Ctrl-Alt-Cuteness)
Katie (Ctrl-Alt-Cuteness) - avatar