nbmongo
nbmongo copied to clipboard
Improve mongo json editor
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
And please add line numbers and collapse/expand functionality inside the editor.