MarkLogic Visual Studio Code Extension
If you edit code with Visual Studio Code, you'll probably find this useful.
Features
- Run XQuery code on a MarkLogic server with the "MarkLogic: Eval XQuery" command
- Run JS code on a MarkLogic server with the "MarkLogic: Eval JS" palette command
- XQuery-ML syntax highlighting (thanks to Paxton Hare's Sublime plugin)
- It's asynchronous: long-running queries won't freeze the editor
- Changes to the configuration take immediate effect, switch databases and credentials on-the-fly
- Readability: pretty-formatting of query results based on their contents