nbmongo icon indicating copy to clipboard operation
nbmongo copied to clipboard

Improve mongo json editor

Open le-yams opened this issue 8 years ago • 1 comments

The json editor uses the text/x-json EditorKit. A dedicated json EditorKit with a full support of specific mongo shell features would be muche better.

  • support (no red underlining) of fields without quote
  • support (no red underlining) of mongo objects/functions such as ObjectId
  • auto-completion mongo objects/functions such as ObjectId

le-yams avatar Dec 07 '16 15:12 le-yams

And please add line numbers and collapse/expand functionality inside the editor.

Chris2011 avatar May 31 '17 13:05 Chris2011