Atom工具开发技术总结

1.Atom基本配置以及必备插件配置:

React开发相关Atom插件配置
    JS支持atom-ternjs
    格式化atom- -beautify
    直接打开浏览器open-in- browser
    快速HTML代码emmet
    文件图标fhle- icons
    高亮当前行highlight-line
    高亮所有选择highlight- selected
其他插件: 
        color-picker 颜色采集器 => ctrl-shift-c
        jshint 统一js风格 配合script 让代码在本地运行
        linter 检查错误的,也用来统一风格,跟上面的配合使用。
        minimap 小地图同submile
        script 让node代码在atom跑起来,配合jshint使用 => ctrl+i 开始运行 => ctrl+k 关闭服务 
        terminal-plus 系统控制台 => cmd+shift+t  开启新控制台=>ctrl+` 打开 /关闭 控制台=> cmd+shift+j/k 切换控制台:通过导航栏还可以对控制台导航进行命名或设置颜色
        markdown 最佳 markdown 编辑器 使用体验,有了下面的插件后,简直太棒了
            [email protected]
            [email protected](Upload images from the             clipboard automatically, win10 下失败,osx 完美成功,粘贴图片直接转成 md 文本,不要太棒,优雅的没朋友)
            [email protected] markdown
            [email protected](在设置里面设置一下,就拥有了正常 md 编辑器的编辑 md 的各种快捷键 例如 cmd + b, cmd + shift + k 插入链接,而且更棒非常值得一试)- [email protected]
        activate-power-mode 1.1.0打代码加特效,csscomb/csslint css的
        language
            [email protected]
            [email protected]
            [email protected]
         

你可能感兴趣的:(前端,工具)