-
Notifications
You must be signed in to change notification settings - Fork 64
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
Feature Request - "Drop Document" option in context menu #145
Comments
Could you please create a feature request in our feedback forum? |
I'd probably call it "Delete Document…" instead of "Drop Document" to match how MongoDB refers to deleting documents in the documentation. I'm not sure what the best UX is, but probably best to add an "Are you sure?" prompt somehow where it shows the user the document, and they have to click Just keeping this here for reference: |
This feature looks critical to me. I have no idea of how to delete documents using the extension, without doing it with a playground. Am I missing something? |
@jcgerhard @santiagopuentep |
That's great! I thought this project has died. I will test it. Keep up! |
I tried it and it's not working. There's not even context menu when right clicking on a document. |
@santiagopuentep Are you sure you're using the most up to date version of the extension? |
@Anemy Yes, I have |
Feature Request
Having a "Drop Document" option in a documents' context menu
Detailed Description
To get a more fluent way of working with a mongo instance, it would be nice to have this additional option in the mouse context menu of a document entry. I oftentimes need to drop/delete documents while working on a collection.
This feature would make it way more easy to do this.
Context
I have been working with the extension solely for a few weeks now. I really love it beacause there is no need to left VS Code to work on a database anymore. I would like to replace my mongodb client completely with this extension.
This feature would make it way more comfortable to use while working the hole day with it.
Possible Implementation
The text was updated successfully, but these errors were encountered: