Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Git Indicators](#git-indicators)
- [GitLab Workflow](#gitlab-workflow)
- [Gradle Tasks](#gradle-tasks)
- [httpYac](#httpyac)
- [Icon Fonts](#icon-fonts)
- [Import Cost](#import-cost)
- [Jira and Bitbucket](#jira-and-bitbucket)
Expand Down Expand Up @@ -708,6 +709,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s

![Gradle Tasks](https://raw.githubusercontent.com/badsyntax/vscode-gradle/master/images/screencast.gif)

## [httpYac](https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac)

> Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests.

![Send HTTP request and view response animation](https://raw.githubusercontent.com/AnWeber/vscode-httpyac/master/examples/oauth.gif)

## [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts)

> Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!
Expand Down