mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 23:07:06 +08:00
Add Import Cost to the VSCode Plugin list.
This commit is contained in:
@@ -85,6 +85,7 @@ 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 热门快捷键。
|
||||
* [Import Cost](https://github.com/wix/import-cost) - Display import/require package size in the editor.
|
||||
|
||||
## Vim Plugin
|
||||
|
||||
|
||||
153
editor-plugin.md
153
editor-plugin.md
@@ -5,92 +5,93 @@ Plugin
|
||||
|
||||
## Atom Plugin
|
||||
|
||||
* Common plugins
|
||||
* [relative-numbers](https://atom.io/packages/relative-numbers) - Relative line numbers.
|
||||
* [trailing-spaces](https://atom.io/packages/trailing-spaces) - Highlights trailing whitespace.
|
||||
* [terminal-plus](https://atom.io/packages/terminal-plus) - A terminal package for Atom, complete with themes and more.
|
||||
* [vim-mode](https://atom.io/packages/vim-mode) - Add vim modal control.
|
||||
* [ex-mode](https://atom.io/packages/ex-mode) - ex-mode for Atom's vim-mode.
|
||||
* [minimap](https://atom.io/packages/minimap) - A preview of the full source code.
|
||||
* [autocomplete-paths](https://atom.io/packages/autocomplete-paths) - Autocomplete + paths suggestions
|
||||
* [docblockr](https://atom.io/packages/docblockr) - A helper package for writing documentation.
|
||||
* [file-icons](https://atom.io/packages/file-icons) - Assign file extension icons and colors for improved visual grep.
|
||||
* [atom-beautify](https://atom.io/packages/atom-beautify) - Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom.
|
||||
* [imdone-atom](https://atom.io/packages/imdone-atom) - A hackable task-board for TODOs, FIXMEs, HACKs, etc in your code.
|
||||
* [open-terminal-here](https://atom.io/packages/open-terminal-here) - Open the Terminal (OSX, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut.
|
||||
* [proton-mode](https://atom.io/packages/proton-mode) - The same as the spacemacs shortcut keys, very good。
|
||||
* [dracula-theme](https://atom.io/packages/dracula-theme) - Dracula beautiful color。
|
||||
* [filecolor](https://atom.io/packages/filecolor) - No file type, no color display, convenient search a file。
|
||||
* [golden-ratio](https://atom.io/packages/golden-ratio) - Automatically adjust the window size。
|
||||
* [local-history](https://atom.io/packages/local-history) - Local file history, can return any time to save the file。
|
||||
* [project-plus](https://atom.io/packages/project-plus) - Project management, can quickly switch impassability projects, multiple projects at the same time working tool。
|
||||
* [regex-railroad-diagram](https://atom.io/packages/regex-railroad-diagram) - Graphical display of regular expressions。
|
||||
* [tree-view-search-bar](https://atom.io/packages/tree-view-search-bar/) - Quick look in tree view。
|
||||
* Front-end
|
||||
* [Nuclide](http://nuclide.io) - It provides a first-class development environment for React Native, Hack and Flow projects. ![star 4][star4 Icon] [![Open-Source Software][OSS Icon]](https://github.com/facebook/nuclide)
|
||||
* [TypeScript](https://github.com/TypeStrong/atom-typescript) - The only TypeScript package you will ever need.
|
||||
* [run-in-browser](https://atom.io/packages/run-in-browser) - Opens current html document in the default browser.
|
||||
* [Emmet](https://atom.io/packages/emmet) - The essential tool for web developers. ![star 4][star4 Icon]
|
||||
* [tag](https://atom.io/packages/tag) - A Sublime Text-inspired Tag menu and functions for Atom.
|
||||
* [color-picker](https://atom.io/packages/color-picker) - A Color Picker.
|
||||
* [pigments](https://atom.io/packages/pigments) - A package to display colors in project and files.
|
||||
* [autoprefixer](https://atom.io/packages/autoprefixer) - Prefix CSS and SCSS.
|
||||
* [linter-jshint](https://atom.io/packages/linter-jshint) - Linter plugin for JavaScript, using `jshint`.
|
||||
* [linter-eslint](https://atom.io/packages/linter-eslint) - Lint JavaScript on the fly, using ESLint
|
||||
* [atom-html-preview](https://atom.io/packages/atom-html-preview) - The built-in Chrome, mobile terminal, is very good。
|
||||
* [tree-view-copy-relative-path](https://atom.io/packages/tree-view-copy-relative-path) - You can talk with the current file output, the relative path to the target file for file call each other more。
|
||||
* Python
|
||||
* [autocomplete-python](https://atom.io/packages/autocomplete-python) - Python packages, variables, methods and functions with their arguments autocompletion in Atom powered by [Jedi](https://github.com/davidhalter/jedi)
|
||||
* [linter-flake8](https://atom.io/packages/linter-flake8) - Atom linter plugin for Python, using flake8.
|
||||
* [python-tools](https://atom.io/packages/python-tools) - Goto definition, show usages, refactor/rename and more for python files.
|
||||
* Common plugins
|
||||
* [relative-numbers](https://atom.io/packages/relative-numbers) - Relative line numbers.
|
||||
* [trailing-spaces](https://atom.io/packages/trailing-spaces) - Highlights trailing whitespace.
|
||||
* [terminal-plus](https://atom.io/packages/terminal-plus) - A terminal package for Atom, complete with themes and more.
|
||||
* [vim-mode](https://atom.io/packages/vim-mode) - Add vim modal control.
|
||||
* [ex-mode](https://atom.io/packages/ex-mode) - ex-mode for Atom's vim-mode.
|
||||
* [minimap](https://atom.io/packages/minimap) - A preview of the full source code.
|
||||
* [autocomplete-paths](https://atom.io/packages/autocomplete-paths) - Autocomplete + paths suggestions
|
||||
* [docblockr](https://atom.io/packages/docblockr) - A helper package for writing documentation.
|
||||
* [file-icons](https://atom.io/packages/file-icons) - Assign file extension icons and colors for improved visual grep.
|
||||
* [atom-beautify](https://atom.io/packages/atom-beautify) - Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom.
|
||||
* [imdone-atom](https://atom.io/packages/imdone-atom) - A hackable task-board for TODOs, FIXMEs, HACKs, etc in your code.
|
||||
* [open-terminal-here](https://atom.io/packages/open-terminal-here) - Open the Terminal (OSX, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut.
|
||||
* [proton-mode](https://atom.io/packages/proton-mode) - The same as the spacemacs shortcut keys, very good。
|
||||
* [dracula-theme](https://atom.io/packages/dracula-theme) - Dracula beautiful color。
|
||||
* [filecolor](https://atom.io/packages/filecolor) - No file type, no color display, convenient search a file。
|
||||
* [golden-ratio](https://atom.io/packages/golden-ratio) - Automatically adjust the window size。
|
||||
* [local-history](https://atom.io/packages/local-history) - Local file history, can return any time to save the file。
|
||||
* [project-plus](https://atom.io/packages/project-plus) - Project management, can quickly switch impassability projects, multiple projects at the same time working tool。
|
||||
* [regex-railroad-diagram](https://atom.io/packages/regex-railroad-diagram) - Graphical display of regular expressions。
|
||||
* [tree-view-search-bar](https://atom.io/packages/tree-view-search-bar/) - Quick look in tree view。
|
||||
* Front-end
|
||||
* [Nuclide](http://nuclide.io) - It provides a first-class development environment for React Native, Hack and Flow projects. ![star 4][star4 Icon] [![Open-Source Software][OSS Icon]](https://github.com/facebook/nuclide)
|
||||
* [TypeScript](https://github.com/TypeStrong/atom-typescript) - The only TypeScript package you will ever need.
|
||||
* [run-in-browser](https://atom.io/packages/run-in-browser) - Opens current html document in the default browser.
|
||||
* [Emmet](https://atom.io/packages/emmet) - The essential tool for web developers. ![star 4][star4 Icon]
|
||||
* [tag](https://atom.io/packages/tag) - A Sublime Text-inspired Tag menu and functions for Atom.
|
||||
* [color-picker](https://atom.io/packages/color-picker) - A Color Picker.
|
||||
* [pigments](https://atom.io/packages/pigments) - A package to display colors in project and files.
|
||||
* [autoprefixer](https://atom.io/packages/autoprefixer) - Prefix CSS and SCSS.
|
||||
* [linter-jshint](https://atom.io/packages/linter-jshint) - Linter plugin for JavaScript, using `jshint`.
|
||||
* [linter-eslint](https://atom.io/packages/linter-eslint) - Lint JavaScript on the fly, using ESLint
|
||||
* [atom-html-preview](https://atom.io/packages/atom-html-preview) - The built-in Chrome, mobile terminal, is very good。
|
||||
* [tree-view-copy-relative-path](https://atom.io/packages/tree-view-copy-relative-path) - You can talk with the current file output, the relative path to the target file for file call each other more。
|
||||
* Python
|
||||
* [autocomplete-python](https://atom.io/packages/autocomplete-python) - Python packages, variables, methods and functions with their arguments autocompletion in Atom powered by [Jedi](https://github.com/davidhalter/jedi)
|
||||
* [linter-flake8](https://atom.io/packages/linter-flake8) - Atom linter plugin for Python, using flake8.
|
||||
* [python-tools](https://atom.io/packages/python-tools) - Goto definition, show usages, refactor/rename and more for python files.
|
||||
|
||||
## Sublime Text Plugin
|
||||
|
||||
* [PlainTasks](https://packagecontrol.io/packages/PlainTasks) - An opinionated todo-list plugin. ![star 5][star5 Icon]
|
||||
* [Emmet](https://github.com/sergeche/emmet-sublime) - Upgrade version of zen coding, it's must-have plugin for front-end developers. ![star 5][star5 Icon]
|
||||
* [sublimelint](https://github.com/lunixbochs/sublimelint) - A framework for error highlighting. Support AppleScript, C, C++, CSS, CoffeeScript, Go, HAML, HTML, Java, JavaScript, Lua, NASM, PHP, Perl, Python, Puppet, Ruby, XML.
|
||||
* [JsFormat](https://packagecontrol.io/packages/JsFormat) - Javascript formatting.
|
||||
* [jQuery](https://packagecontrol.io/packages/jQuery) - Sublime Text package bundle for jQuery.
|
||||
* [Underscore](https://packagecontrol.io/packages/Underscore.js%20Snippets) - Underscore 1.4 snippets for Sublime Text 2.
|
||||
* [DocBlockr](https://packagecontrol.io/packages/DocBlockr) - Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, ActionScript, C & C++.
|
||||
* [SublimeCodeIntel](https://packagecontrol.io/packages/SublimeCodeIntel) - Full-featured code intelligence and smart autocomplete engine.
|
||||
* [ColorPicker](https://packagecontrol.io/packages/ColorPicker) - A multi-platform color picker plugin.
|
||||
* [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify) - HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via `node.js`.
|
||||
* [Alignment](https://packagecontrol.io/packages/Alignment) - Easy alignment of multiple selections and multi-line selections.
|
||||
* [WakaTime](https://packagecontrol.io/packages/WakaTime) - A plugin for metrics, insights, and time tracking automatically generated from your programming activity.
|
||||
* [Seti_UI](https://packagecontrol.io/packages/Seti_UI) - A beautiful theme, including file icons.
|
||||
* [OmniMarkupPreviewer](https://packagecontrol.io/packages/OmniMarkupPreviewer) - Live previewer/exporter for markup files (markdown, rst, creole, textile...).
|
||||
* [GitGutter](https://packagecontrol.io/packages/GitGutter) - Show git diff in gutter. ![star 5][star5 Icon]
|
||||
* [BracketHighlighter](https://packagecontrol.io/packages/BracketHighlighter) - Bracket and tag highlighter.
|
||||
* [SideBarEnhancements](https://packagecontrol.io/packages/SideBarEnhancements) - Enhancements to Sublime Text sidebar. Files and folders.
|
||||
* [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) - Markdown syntax highlighter.
|
||||
* [Babel](https://packagecontrol.io/packages/Babel) - Syntax definitions for ES6 JavaScript with React JSX extensions.
|
||||
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - Automatically complete the file name。
|
||||
* [FTPSync](https://packagecontrol.io/packages/FTPSync) - FTP sync plug-in, local file synchronization with the virtual machine is very convenient。
|
||||
* [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter) - Highlight color key word, very suitable for CSS code。
|
||||
* [File History](https://packagecontrol.io/packages/File%20History) - Local file history, every time modify the file will be history。
|
||||
* [JavaScript Completions](https://packagecontrol.io/packages/JavaScript%20Completions) - Native Javascript completion。
|
||||
* [JSON Reindent](https://packagecontrol.io/packages/JSON%20Reindent) - JSON formatting。
|
||||
* [Git](https://packagecontrol.io/packages/Git) - Comprehensive Sublime does Text Git plug-in function。
|
||||
* [GitStatus](https://packagecontrol.io/packages/GitStatus) - Monitoring changes of files and project status in real time。
|
||||
* [Gitignore](https://packagecontrol.io/packages/Gitignore) - The Git Gitignore files are generated, commonly used built-in filter file。
|
||||
* [PlainTasks](https://packagecontrol.io/packages/PlainTasks) - An opinionated todo-list plugin. ![star 5][star5 Icon]
|
||||
* [Emmet](https://github.com/sergeche/emmet-sublime) - Upgrade version of zen coding, it's must-have plugin for front-end developers. ![star 5][star5 Icon]
|
||||
* [sublimelint](https://github.com/lunixbochs/sublimelint) - A framework for error highlighting. Support AppleScript, C, C++, CSS, CoffeeScript, Go, HAML, HTML, Java, JavaScript, Lua, NASM, PHP, Perl, Python, Puppet, Ruby, XML.
|
||||
* [JsFormat](https://packagecontrol.io/packages/JsFormat) - Javascript formatting.
|
||||
* [jQuery](https://packagecontrol.io/packages/jQuery) - Sublime Text package bundle for jQuery.
|
||||
* [Underscore](https://packagecontrol.io/packages/Underscore.js%20Snippets) - Underscore 1.4 snippets for Sublime Text 2.
|
||||
* [DocBlockr](https://packagecontrol.io/packages/DocBlockr) - Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, ActionScript, C & C++.
|
||||
* [SublimeCodeIntel](https://packagecontrol.io/packages/SublimeCodeIntel) - Full-featured code intelligence and smart autocomplete engine.
|
||||
* [ColorPicker](https://packagecontrol.io/packages/ColorPicker) - A multi-platform color picker plugin.
|
||||
* [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify) - HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via `node.js`.
|
||||
* [Alignment](https://packagecontrol.io/packages/Alignment) - Easy alignment of multiple selections and multi-line selections.
|
||||
* [WakaTime](https://packagecontrol.io/packages/WakaTime) - A plugin for metrics, insights, and time tracking automatically generated from your programming activity.
|
||||
* [Seti_UI](https://packagecontrol.io/packages/Seti_UI) - A beautiful theme, including file icons.
|
||||
* [OmniMarkupPreviewer](https://packagecontrol.io/packages/OmniMarkupPreviewer) - Live previewer/exporter for markup files (markdown, rst, creole, textile...).
|
||||
* [GitGutter](https://packagecontrol.io/packages/GitGutter) - Show git diff in gutter. ![star 5][star5 Icon]
|
||||
* [BracketHighlighter](https://packagecontrol.io/packages/BracketHighlighter) - Bracket and tag highlighter.
|
||||
* [SideBarEnhancements](https://packagecontrol.io/packages/SideBarEnhancements) - Enhancements to Sublime Text sidebar. Files and folders.
|
||||
* [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) - Markdown syntax highlighter.
|
||||
* [Babel](https://packagecontrol.io/packages/Babel) - Syntax definitions for ES6 JavaScript with React JSX extensions.
|
||||
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - Automatically complete the file name。
|
||||
* [FTPSync](https://packagecontrol.io/packages/FTPSync) - FTP sync plug-in, local file synchronization with the virtual machine is very convenient。
|
||||
* [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter) - Highlight color key word, very suitable for CSS code。
|
||||
* [File History](https://packagecontrol.io/packages/File%20History) - Local file history, every time modify the file will be history。
|
||||
* [JavaScript Completions](https://packagecontrol.io/packages/JavaScript%20Completions) - Native Javascript completion。
|
||||
* [JSON Reindent](https://packagecontrol.io/packages/JSON%20Reindent) - JSON formatting。
|
||||
* [Git](https://packagecontrol.io/packages/Git) - Comprehensive Sublime does Text Git plug-in function。
|
||||
* [GitStatus](https://packagecontrol.io/packages/GitStatus) - Monitoring changes of files and project status in real time。
|
||||
* [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.
|
||||
* [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.
|
||||
* [Import Cost](https://github.com/wix/import-cost) - Display import/require package size in the editor.
|
||||
|
||||
## 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]
|
||||
* [vim-plug](https://github.com/junegunn/vim-plug) - A minimalist Vim plugin manager.[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/junegunn/vim-plug)
|
||||
* [WebVim](https://github.com/krampstudio/webvim) - Vim-based distribution targeting JavaScript and Web development
|
||||
* [vim-web](https://github.com/jaywcjlove/vim-web) - Based on WebVim, Vim for front-end developers (docs are in Chinese). [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/vim-web) ![Freeware][Freeware Icon]
|
||||
* [Neovim](https://neovim.io/) - Vim-fork focused on extensibility and agility. [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon] ![hot][hot Icon]
|
||||
* [Spacevim](https://github.com/ctjhoa/spacevim) - Spacemacs for vim. It can be used as a full distribution or you can just use the Spacemacs key bindings.
|
||||
* [spf13](http://vim.spf13.com/) - A completely cross platform distribution that stays true to the feel of vim while providing modern features like a plugin management system, autocomplete, tags and tons more.
|
||||
* [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]
|
||||
* [vim-plug](https://github.com/junegunn/vim-plug) - A minimalist Vim plugin manager.[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/junegunn/vim-plug)
|
||||
* [WebVim](https://github.com/krampstudio/webvim) - Vim-based distribution targeting JavaScript and Web development
|
||||
* [vim-web](https://github.com/jaywcjlove/vim-web) - Based on WebVim, Vim for front-end developers (docs are in Chinese). [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/vim-web) ![Freeware][Freeware Icon]
|
||||
* [Neovim](https://neovim.io/) - Vim-fork focused on extensibility and agility. [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon] ![hot][hot Icon]
|
||||
* [Spacevim](https://github.com/ctjhoa/spacevim) - Spacemacs for vim. It can be used as a full distribution or you can just use the Spacemacs key bindings.
|
||||
* [spf13](http://vim.spf13.com/) - A completely cross platform distribution that stays true to the feel of vim while providing modern features like a plugin management system, autocomplete, tags and tons more.
|
||||
|
||||
|
||||
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg
|
||||
|
||||
Reference in New Issue
Block a user