mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-25 07:09:30 -05:00
add toggle extension
This commit is contained in:
parent
e2a8545160
commit
9d103dfe3a
@ -81,6 +81,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
|||||||
- [Deploy](#deploy)
|
- [Deploy](#deploy)
|
||||||
- [Duplicate Action](#duplicate-action)
|
- [Duplicate Action](#duplicate-action)
|
||||||
- [Error Lens](#error-lens)
|
- [Error Lens](#error-lens)
|
||||||
|
- [Toggle](#toggle)
|
||||||
- [ES7 React/Redux/GraphQL/React-Native snippets](#es7-reactreduxgraphqlreact-native-snippets)
|
- [ES7 React/Redux/GraphQL/React-Native snippets](#es7-reactreduxgraphqlreact-native-snippets)
|
||||||
- [Gi](#gi)
|
- [Gi](#gi)
|
||||||
- [GistPad](#gistpad)
|
- [GistPad](#gistpad)
|
||||||
@ -613,6 +614,14 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
|||||||
|
|
||||||
![error lens demo gif](https://user-images.githubusercontent.com/9638156/71784742-de421b00-3007-11ea-8862-8c6ea2836202.gif)
|
![error lens demo gif](https://user-images.githubusercontent.com/9638156/71784742-de421b00-3007-11ea-8862-8c6ea2836202.gif)
|
||||||
|
|
||||||
|
## [Toggle](https://marketplace.visualstudio.com/items?itemName=rebornix.toggle)
|
||||||
|
|
||||||
|
> Toggle any VS Code setting by your favorite keybindings.
|
||||||
|
|
||||||
|
Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by shortcut:
|
||||||
|
|
||||||
|
![Toggle example demo](screenshots/toggle-example.gif)
|
||||||
|
|
||||||
## [ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)
|
## [ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)
|
||||||
|
|
||||||
> Provides Javascript and React/Redux snippets in ES7
|
> Provides Javascript and React/Redux snippets in ES7
|
||||||
|
BIN
screenshots/toggle-example.gif
Normal file
BIN
screenshots/toggle-example.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue
Block a user