mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-04-24 01:09:30 -04:00
order entries in 'formatting & Beutification'
This commit is contained in:
parent
807e161e9b
commit
b6d449dd4a
62
README.md
62
README.md
@ -139,19 +139,19 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
|
||||
- [Yo](#yo)
|
||||
- [Timing](#timing)
|
||||
- [Formatting & Beautification](#formatting--beautification)
|
||||
- [Better Align](#better-align)
|
||||
- [Auto Import](#auto-import)
|
||||
- [Auto Rename Tag](#auto-rename-tag)
|
||||
- [beautify](#beautify)
|
||||
- [html2pug](#html2pug)
|
||||
- [Better Align](#better-align)
|
||||
- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer)
|
||||
- [Formatting Toggle](#formatting-toggle)
|
||||
- [Paste and Indent](#paste-and-indent)
|
||||
- [shell-format](#shell-format)
|
||||
- [Sort Lines](#sort-lines)
|
||||
- [Surround](#surround)
|
||||
- [Wrap Selection](#wrap-selection)
|
||||
- [Formatting Toggle](#formatting-toggle)
|
||||
- [Auto Import](#auto-import)
|
||||
- [shell-format](#shell-format)
|
||||
- [Vscode Google Translate](#vscode-google-translate)
|
||||
- [Wrap Selection](#wrap-selection)
|
||||
- [Explorer Icons](#explorer-icons)
|
||||
- [City Lights Icons](#city-lights-icons)
|
||||
- [VSCode Icons](#vscode-icons)
|
||||
@ -921,13 +921,10 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
|
||||
|
||||
# Formatting & Beautification
|
||||
|
||||
## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)
|
||||
## [Auto Import](https://marketplace.visualstudio.com/items?itemName=steoates.autoimport)
|
||||
> Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.
|
||||
|
||||
> Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment.
|
||||
>
|
||||
> And it doesn't require you to select what to be aligned, the extension will figure it out by itself.
|
||||
|
||||

|
||||

|
||||
|
||||
## Auto Rename Tag
|
||||
|
||||
@ -945,18 +942,36 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
|
||||
|
||||
> Transform html to pug inside your Visual Studio Code, forget about using an external page anymore.
|
||||
|
||||
## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)
|
||||
|
||||
> Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment.
|
||||
>
|
||||
> And it doesn't require you to select what to be aligned, the extension will figure it out by itself.
|
||||
|
||||

|
||||
|
||||
|
||||
## [ECMAScript Quotes Transformer](https://marketplace.visualstudio.com/items?itemName=vilicvane.es-quotes)
|
||||
|
||||
> Transform quotes of ECMAScript string literals
|
||||
|
||||

|
||||
|
||||
## [Formatting Toggle](https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle)
|
||||
|
||||
> Allows you to toggle your formatter on and off with a simple click
|
||||
|
||||
## [Paste and Indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent)
|
||||
|
||||
> Paste code with "correct" indentation
|
||||
|
||||

|
||||
|
||||
## [shell-format](https://github.com/foxundermoon/vs-shell-format)
|
||||
> shell script & Dockerfile & dotenv format
|
||||
|
||||

|
||||
|
||||
## [Sort Lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines)
|
||||
|
||||
> Sorts lines of text in specific order
|
||||
@ -967,6 +982,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
|
||||
|
||||
> A simple yet powerful extension to add wrapper templates around your code blocks.
|
||||
|
||||
## [Vscode Google Translate](https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate)
|
||||
> Quickly translate selected text right in your code
|
||||
|
||||

|
||||
|
||||
|
||||

|
||||
|
||||
## [Wrap Selection](https://marketplace.visualstudio.com/items?itemName=konstantin.wrapSelection)
|
||||
@ -975,25 +996,6 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
|
||||
|
||||

|
||||
|
||||
## [Formatting Toggle](https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle)
|
||||
|
||||
> Allows you to toggle your formatter on and off with a simple click
|
||||
|
||||
## [Auto Import](https://marketplace.visualstudio.com/items?itemName=steoates.autoimport)
|
||||
> Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX.
|
||||
|
||||

|
||||
|
||||
## [shell-format](https://github.com/foxundermoon/vs-shell-format)
|
||||
> shell script & Dockerfile & dotenv format
|
||||
|
||||

|
||||
|
||||
## [Vscode Google Translate](https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate)
|
||||
> Quickly translate selected text right in your code
|
||||
|
||||

|
||||
|
||||
## Explorer Icons
|
||||
|
||||
### [City Lights Icons](https://marketplace.visualstudio.com/items?itemName=Yummygum.city-lights-icon-vsc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user