0

I want to know that how I can view my codes in browser at same time when typing codes just like codepen.io I am using sublime text 3 and chrome browser please suggest me how to achieve it..

2 Answers2

0

I would recommend htmledit when you type code it will produce results without even refreshing the page, it works great in chrome as well.

TechGeek
  • 1
  • 3
  • It works like a text editor, minus syntax highlighting and such, but it works conveniently if you want immediate results from your browser while typing in code. – TechGeek Apr 14 '17 at 06:09
  • But can I do it with sublime text 3 or dreamviewer 8 ? – Shoaib Khan Apr 14 '17 at 06:12
  • sublime 3 will not live feed while you code, dreamviewer would work but you would have to pay for the software. – TechGeek Apr 14 '17 at 06:15
  • for offline your best bet would be notepad++ – TechGeek Apr 14 '17 at 06:16
  • How to do it with notepad++ cause I have notepad++ – Shoaib Khan Apr 14 '17 at 06:17
  • click run, then click run with chrome and the live page will appear with your work. It should not require online because it is pulling up a page based on your html file and not a live site. – TechGeek Apr 14 '17 at 06:19
  • Will it work live I mean will it show result while typing – Shoaib Khan Apr 14 '17 at 06:20
  • this article: http://www.ampercent.com/how-to-preview-html-in-notepad/16844/ has instructions that go in depth with offline text editor coding and being able to view results while typing in notepad++ – TechGeek Apr 14 '17 at 06:22
0

Brackets has a great live previewer, it's an offline text editor so give it a shot, in my opinion it is also a lot better than Sublime Text!

Rafaël De Jongh
  • 898
  • 2
  • 14
  • 32
  • But I think it Is online – Shoaib Khan Apr 14 '17 at 14:03
  • Brackets is not online, both the program and the previewer is offline as the previewer makes use of the localhost (127.0.0.1) to display/alter the output. – Rafaël De Jongh Apr 14 '17 at 14:09
  • No I used it but whenever I was online live preview was working fine and then when I was offline it didn't work it shows me some error – Shoaib Khan Apr 14 '17 at 14:11
  • I just tested this and it works fine when you're completely offline! So I'm not sure what error you had, but what you're saying is false as it works via your localhost and not any online service or processor. As mentioned before, Brackets can completely be used offline. And what reason do you even want to be completely offline when working with websites? That doesn't really make sense to me. – Rafaël De Jongh Apr 14 '17 at 14:20