好用的代码编辑器

1.VS Code

代码提示,自动补全,代码一气呵成,简直神器。

写前端JS代码时超级好用。前端标签只需div.container>ul>li*3,  enter键一键生成

<div class="container">
  <ul>
   <li></li>
   <li></li>
   <li></li>
  </ul>
</div>
2.sublime text 3
代码提示功能不错,主题风格特别好看,七彩代码,让编程变成一种艺术创作,视觉盛宴。Emmet,JSlint,hightlight,css3,sass,less等插件都不错
 
3.Atom
 
 
4.editplus
 
 
5.nodepade++
 
 
 

猜你喜欢

转载自www.cnblogs.com/hustxychen/p/9853526.html