Skip to content

Commit

Permalink
Add VSCode Plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 28, 2017
1 parent cda4f53 commit 79dce01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* [Sublime Text](http://www.sublimetext.com/3) - 一个比较简洁大方带插件管理系统的流行编辑器,[Sublime常用插件](editor-plugin-zh.md#sublime-text-plugin)![hot][hot Icon] ![tuijian][tuijian Icon] ![必备][bibei Icon]
* [Brackets](http://brackets.io) - Adobe推出的Brackets免费/开源编辑器。[![Open-Source Software][OSS Icon]](https://github.com/adobe/brackets/) ![Freeware][Freeware Icon]
* [Espresso](http://espressoapp.com/) - Web编程利器,具备了快速且强大的编辑功能、专业检查与分 类、即时预览编辑成果、发布与同步功能等。
* [Visual Studio Code](http://code.visualstudio.com) - 微软推出的免费/开源编辑器,TypeScript支持杠杠的。[![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] ![hot][hot Icon]
* [Visual Studio Code](http://code.visualstudio.com) - 微软推出的免费/开源编辑器,TypeScript支持杠杠的[VSCode常用插件](editor-plugin-zh.md#vscode-plugin)[![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] ![hot][hot Icon]
* [Emacs](https://www.emacswiki.org/emacs/EmacsForMacOS) - Emacs是基于控制台的编辑器和高度可定制的。
* [LightTable](http://www.lighttable.com) - 下一代代码编辑器。[![Open-Source Software][OSS Icon]](https://github.com/LightTable/LightTable) ![Freeware][Freeware Icon]
* [TextMate](https://macromates.com) - 文本编辑器软件,与BBedit一起并称苹果机上的emacs和vim,这是以前。![Freeware][Freeware Icon]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for the 21st century made by GitHub.[Atom Plugins](editor-plugin.md#atom-plugin)
![hot][hot Icon] ![tuijian][tuijian Icon] ![must-have][bibei Icon]
* [Brackets](http://brackets.io) - A modern, open-source text editor that understands web design by Adobe. [![Open-Source Software][OSS Icon]](https://github.com/adobe/brackets/) ![Freeware][Freeware Icon]
* [Espresso](http://espressoapp.com/) - The web editor for Mac is back. For people who make delightful, innovative and fast websites.
* [Visual Studio Code](http://code.visualstudio.com) - Microsoft's free & open-source editor, TypeScript friendly. [![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] ![hot][hot Icon]
* [Visual Studio Code](http://code.visualstudio.com) - Microsoft's free & open-source editor, TypeScript friendly, [VSCode Plugins](editor-plugin.md#vscode-plugin). [![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] ![hot][hot Icon]
* [Emacs](https://www.emacswiki.org/emacs/EmacsForMacOS) - A popular text editor used mainly on Unix-based systems by programmers, scientists, engineers, students, and system administrators.
* [LightTable](https://www.lighttable.com) - The next generation code editor. [![Open-Source Software][OSS Icon]](https://github.com/LightTable/LightTable) ![Freeware][Freeware Icon]
* [TextMate](https://macromates.com) - An editor that brings Apple's approach to operating systems into the world of text editors. ![Freeware][Freeware Icon]
Expand Down
8 changes: 7 additions & 1 deletion editor-plugin-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Plugin
* [Gitignore](https://packagecontrol.io/packages/Gitignore) - Git的.gitignore文件生成,内置常用过滤文件。


## VSCode Plugin

* [react-beautify](https://github.com/taichi/react-beautify) - 这个扩展封保存自动美化 JS, JSX, typescript, TSX 文件。
* [Reactjs code snippets](https://github.com/xabikos/vscode-react) - ES6语法高亮,Reactjs开发的代码提示。
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - 在VScode中添加Sublime Text 热门快捷键。

## Vim Plugin

* [Vundle.vim](https://github.com/VundleVim/Vundle.vim) - Vim插件管理工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/VundleVim/Vundle.vim)
Expand All @@ -89,7 +95,7 @@ Plugin
* [Neovim](https://neovim.io/) - 提高Vim可扩张灵活性。[![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon] ![hot][hot Icon]
* [Spacevim](https://github.com/ctjhoa/spacevim) - 模仿Spacemacs的使用方式。
* [Spf13](http://vim.spf13.com/) - 一套全方位的配置项目。

[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg
[hot Icon]: https://jaywcjlove.github.io/sb/ico/min-hot.svg
Expand Down
6 changes: 6 additions & 0 deletions editor-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ Plugin
* [Gitignore](https://packagecontrol.io/packages/Gitignore) - The Git Gitignore files are generated, commonly used built-in filter file。


## VSCode Plugin

* [react-beautify](https://github.com/taichi/react-beautify) - This extension wraps prettydiff/esformatter to format your javascript, JSX, typescript, TSX file.
* [Reactjs code snippets](https://github.com/xabikos/vscode-react) - Code snippets for Reactjs development in ES6 syntax.
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - Popular Sublime Text keybindings for VS Code.

## Vim Plugin

* [Vundle.vim](https://github.com/VundleVim/Vundle.vim) - Vim plugin manager. [![Open-Source Software][OSS Icon]](https://github.com/VundleVim/Vundle.vim) ![Freeware][Freeware Icon]
Expand Down

0 comments on commit 79dce01

Please sign in to comment.