英文:
Auto update web pages of browser
问题
更新网页。
英文:
I started learning html few days ago. one thing that frustrate me that I have to refresh the browser every time. I am using vs code. Is there another code editor that can automatically do this for me or some other browser. I am using chrome btw.
expecting : updates web pages automatically
答案1
得分: 1
你可以在 VS Code 中安装 live server 扩展,无需安装其他浏览器或代码编辑器。该扩展会自动完成这项任务。
英文:
There is no need to install another browser or code editor. You can just install live server extenstion in vs code; that automatically does the job for ya.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论