vscode-MongoSnippets-NodeJS icon indicating copy to clipboard operation
vscode-MongoSnippets-NodeJS copied to clipboard

CodeLens

Open roerohan opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. No, it is not. The request is pertaining to the already existing View Database as JSON feature. Description: A CodeLens which allows you to perform read-only queries such as finding an item or counting the number of items.

Describe the solution you'd like N.A.

Describe alternatives you've considered N.A.

Additional context When the collection is displayed in the file, there could be a clickable CodeLens which says 'Find', which asks for a JSON in the following form:

{filter: value}

This returns only the document which the user requested for. Fast algorithms may be implemented on the client-side so that minimal interaction with the database is needed (in case of remote databases)

roerohan avatar Oct 01 '19 21:10 roerohan