Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DevDb #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Create tests](#create-tests)
- [Dendron](#dendron)
- [Deploy](#deploy)
- [DevDb](#devdb)
- [Duplicate Action](#duplicate-action)
- [Error Lens](#error-lens)
- [Toggle](#toggle)
Expand Down Expand Up @@ -687,6 +688,11 @@ To enable Emmet support in .twig files, you'll need to have the following in you

![Upload/copy files animation](https://raw.githubusercontent.com/mkloubert/vs-deploy/master/img/demo.gif)

#### [DevDb](https://marketplace.visualstudio.com/items?itemName=damms005.devdb)
> A zero-config VS Code extension written in Vue JS. It auto-loads the application database and displays the data right inside VS Code.

![DevDb screenshots](https://github.com/viatsko/awesome-vscode/assets/9839355/09b4958a-0fd6-4a56-91cb-54608095415b)

## [Duplicate Action](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-duplicate)

> Ability to duplicate files and directories.
Expand Down