+ 1
Recommended tool for coding with HTML
Does anyone know any other tools for coding with HTML besides Notepad? I am asking specifically if there is one tool that allows you to make HTML codes and then run it straight away just like on Eclipse for Java. Any suggestions would be appreciated. Thank you very much!
5 Answers
+ 4
Hmm, depends what you're running. Considering what you're wanting specifically, I would do something like WebMatrix 3. It's not as lightweight as Sublime or Brackets (which I agree with Mane, they're both amazing), BUT it installs a server/frameworks/sql onto your local machine so that you can test your code more easily while developing without the need of having your own server to test on. Works great while in production if you're wanting to test things immediately without having it hosted somewhere remote.
Hope that answers your question.
+ 2
You can try brackets or sublime, those are great for me. :D
+ 1
Thank you all for the answers!
0
Personally I use notepad++
0
If you are looking for live refresh of your code without having to refresh the browser, have a look at live-server. https://www.npmjs.com/package/live-server.