mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 23:07:06 +08:00
Add Typora to editor-plugin list & fix Ryujinx in CN list (#1553)
This commit is contained in:
@@ -36,22 +36,23 @@ Editors Plugin
|
||||
|
||||
* Common
|
||||
|
||||
* [vscode-icons](https://github.com/vscode-icons/vscode-icons) - Icons for Visual Studio
|
||||
* [Bracket Pair Colorizer](https://github.com/CoenraadS/Bracket-Pair-Colorizer-2) - Bracket Colorizer Extension for VSCode
|
||||
* [Indent-Rainbow](https://github.com/oderwat/vscode-indent-rainbow) - Shows indentation with a faint rainbow colored background to make them more readable
|
||||
* [Trailing Spaces](https://github.com/shardulm94/vscode-trailingspaces) - Allows you to highlight trailing spaces and delete them in a flash
|
||||
* [TODO Highlight](https://github.com/wayou/vscode-todo-highlight) - Highlighting todos, fixmes, and any annotations
|
||||
* [Code Spell Checker](https://github.com/Jason-Rev/vscode-spell-checker) - A simple source code spell checker for typescript and javascript
|
||||
* [Document This](https://github.com/joelday/vscode-docthis) - JSDoc generator extension for Visual Studio Code
|
||||
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - Popular Sublime Text keybindings for VS Code.
|
||||
* [Git Lens](https://github.com/eamodio/vscode-gitlens) - Supercharge the Git capabilities built into Visual Studio Code
|
||||
* [View In Browser](https://github.com/hellopao/view-in-browser) - View a html file in system's default browser
|
||||
* [SVG Viewer](https://github.com/cssho/vscode-svgviewer) - SVG Viewer for Visual Studio
|
||||
* [Auto-Open Markdown Preview](https://github.com/hnw/vscode-auto-open-markdown-preview) - Opening Markdown-preview automatically when opening a Markdown file
|
||||
* [Markdown PDF](https://github.com/yzane/vscode-markdown-pdf) - Convert Markdown file to pdf, html, png or jpeg file.
|
||||
* [Bracket Pair Colorizer](https://github.com/CoenraadS/Bracket-Pair-Colorizer-2) - Bracket Colorizer Extension for VSCode
|
||||
* [Code Spell Checker](https://github.com/Jason-Rev/vscode-spell-checker) - A simple source code spell checker for typescript and javascript
|
||||
* [Debugger for Chrome](https://github.com/Microsoft/vscode-chrome-debug) - Debug your JavaScript code in the Google Chrome browser.
|
||||
* [Document This](https://github.com/joelday/vscode-docthis) - JSDoc generator extension for Visual Studio Code
|
||||
* [ESlint](https://github.com/Microsoft/vscode-eslint) - Integrate eslint into VSCode.
|
||||
* [Git Lens](https://github.com/eamodio/vscode-gitlens) - Supercharge the Git capabilities built into Visual Studio Code
|
||||
* [Indent-Rainbow](https://github.com/oderwat/vscode-indent-rainbow) - Shows indentation with a faint rainbow colored background to make them more readable
|
||||
* [Markdown PDF](https://github.com/yzane/vscode-markdown-pdf) - Convert Markdown file to pdf, html, png or jpeg file.
|
||||
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - Popular Sublime Text keybindings for VS Code.
|
||||
* [SVG Viewer](https://github.com/cssho/vscode-svgviewer) - SVG Viewer for Visual Studio
|
||||
* [TODO Highlight](https://github.com/wayou/vscode-todo-highlight) - Highlighting todos, fixmes, and any annotations
|
||||
* [Trailing Spaces](https://github.com/shardulm94/vscode-trailingspaces) - Allows you to highlight trailing spaces and delete them in a flash
|
||||
* [TSLint](https://github.com/microsoft/vscode-tslint) - Integrate tslint into VSCode.
|
||||
* [Typora](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-typora) - Provides a Typora-like Markdown editing experience in VSCode.
|
||||
* [View In Browser](https://github.com/hellopao/view-in-browser) - View a html file in system's default browser
|
||||
* [vscode-icons](https://github.com/vscode-icons/vscode-icons) - Icons for Visual Studio
|
||||
|
||||
* HTML
|
||||
* [Auto Close Tag](https://github.com/formulahendry/vscode-auto-close-tag) - Auto Close Tag
|
||||
@@ -61,12 +62,12 @@ Editors Plugin
|
||||
* [HTML CSS Support](https://github.com/ecmel/vscode-html-css) - CSS support for HTML documents
|
||||
|
||||
* JS
|
||||
* [npm Intellisense](https://github.com/ChristianKohler/NpmIntellisense) - Autocompletes npm modules in import statements
|
||||
* [Path Intellisense](https://github.com/ChristianKohler/PathIntellisense) - Autocompletes filenames
|
||||
* [Auto Import](https://github.com/soates/Auto-Import) - Automatically finds, parses and provides code actions for all available imports.
|
||||
* [Code Runner](https://github.com/formulahendry/vscode-code-runner) - Run code snippet or code file for multiple languages
|
||||
* [Code Runner](https://github.com/formulahendry/vscode-code-runner) - Run code snippet or code file for multiple languages.
|
||||
* [Import Cost](https://github.com/wix/import-cost) - Display import/require package size in the editor.
|
||||
* [Regex Previewer](https://github.com/chrmarti/vscode-regex) - Test regex and preview
|
||||
* [npm Intellisense](https://github.com/ChristianKohler/NpmIntellisense) - Autocompletes npm modules in import statements.
|
||||
* [Path Intellisense](https://github.com/ChristianKohler/PathIntellisense) - Autocompletes filenames.
|
||||
* [Regex Previewer](https://github.com/chrmarti/vscode-regex) - Test regex and preview.
|
||||
|
||||
* React/Vue
|
||||
* [react-beautify](https://github.com/taichi/react-beautify) - This extension wraps prettydiff/esformatter to format your javascript, JSX, typescript, TSX file.
|
||||
|
||||
Reference in New Issue
Block a user