Web开发者的Sublime-text插件

Sublime Text是一款强大的跨平台开发工具,同时由于其强大的插件扩展性,在多语言编程中变成得心应手的应用。

  • Emmet

  • HTML-CSS-JS Prettify

  • Sublime​Code​Intel
    代码自动补全工具,支持的语言挺多的

  • JavaScript Completions
    JavaScript代码自动提示工具

  • Color Highlighter
    颜色高亮工具,自动显示代码所显示的颜色,!

  • View In Browser
    在Sublime-Text中打开浏览器的控件。
    默认打开的firefox,打开快捷为Ctrl+Option+V;
    打开Chrome的快捷键为Ctrl+Option+C

  • Java​Script​Next - ES6 Syntax
    Better JavaScript language definition for TextMate and SublimeText. This builds on the language files commonly used and adds more fine grained matching and also includes new features from ECMAScript 6 like modules, succinct methods, arrow functions, classes, generators, and accessors (ES5).
    方便RN应用开始的使用

  • Babel
    Syntax definitions for ES6 JavaScript with React JSX extensions.

React-native

RN IDE的选择
top-10-editors-for-react-native

你可能感兴趣的:(Web开发者的Sublime-text插件)