{"id":22279013,"url":"https://github.com/marklogic/mlxprs","last_synced_at":"2025-10-04T19:42:51.952Z","repository":{"id":44178411,"uuid":"64674963","full_name":"marklogic/mlxprs","owner":"marklogic","description":"MarkLogic Extension for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2025-07-22T00:00:00.000Z","size":5392,"stargazers_count":20,"open_issues_count":1,"forks_count":10,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-07-22T06:35:28.041Z","etag":null,"topics":["eval-xquery","marklogic-database","visual-studio-code","vscode","vscode-extension","xquery"],"latest_commit_sha":null,"homepage":"https://marklogic.github.io/mlxprs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marklogic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-01T14:43:20.000Z","updated_at":"2025-07-21T23:59:57.000Z","dependencies_parsed_at":"2023-12-29T16:29:05.208Z","dependency_job_id":"19dfc986-e152-4a1d-9274-ca76fdf0b95a","html_url":"https://github.com/marklogic/mlxprs","commit_stats":null,"previous_names":["marklogic/mlxprs","marklogic-community/mlxprs"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/marklogic/mlxprs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmlxprs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmlxprs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmlxprs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmlxprs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marklogic","download_url":"https://codeload.github.com/marklogic/mlxprs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmlxprs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278366609,"owners_count":25975091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eval-xquery","marklogic-database","visual-studio-code","vscode","vscode-extension","xquery"],"created_at":"2024-12-03T15:17:46.566Z","updated_at":"2025-10-04T19:42:51.926Z","avatar_url":"https://github.com/marklogic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://vsmarketplacebadges.dev/version/mlxprs.mlxprs.png)](https://marketplace.visualstudio.com/items?itemName=mlxprs.mlxprs)\n[![](https://vsmarketplacebadges.dev/installs-short/mlxprs.mlxprs.png)](https://marketplace.visualstudio.com/items?itemName=mlxprs.mlxprs)\n[![](https://vsmarketplacebadges.dev/rating-short/mlxprs.mlxprs.png)](https://marketplace.visualstudio.com/items?itemName=mlxprs.mlxprs)\n\n# MLXPRS: MarkLogic Extension for Visual Studio Code\n\n_Develop, run, and debug code for MarkLogic in the popular VS Code IDE_\n\n[Visual Studio Code](https://code.visualstudio.com), also known as VS Code, is a free, cross-platform code editor and development tool from Microsoft. [**MLXPRS**](https://marketplace.visualstudio.com/items?itemName=mlxprs.mlxprs) is a free, open-source extension for VS Code that increases the productivity of developers creating applications on MarkLogic.\n\n## Features\n\n* Syntax highlighting and IntelliSense for MarkLogic Server-Side JavaScript and XQuery\n* Interactive debugging of JavaScript and XQuery running in MarkLogic, including attaching to in-flight requests and inspecting live variables\n* Real-time query evaluation of JavaScript, XQuery, SQL, SPARQL, Optic, and GraphQL against a MarkLogic instance\n* View modules (read-only) in the editor\n* Run [marklogic-unit-test module](https://github.com/marklogic-community/marklogic-unit-test)\n* Validate TDE templates and test the templates with node extraction\n* View high-level information about the currently connected MarkLogic server\n\n_JavaScript debugging requires version 2.0.0+ of the MarkLogic extension and [MarkLogic 10.0-4+](https://developer.marklogic.com/products/marklogic-server/10.0)._\n\n\n## Getting started\n\nInstall this tool using the VS Code built-in [marketplace](https://marketplace.visualstudio.com/items?itemName=mlxprs.mlxprs). Search “MarkLogic” from the Extension tab of the activity bar. Click “Install” to download and install the extension.\n\nFor more information on installation, configuration and usage, please see [the User Guide](https://marklogic.github.io/mlxprs/).\n\n## Credit\n\nAside from excellent development and extension support from Visual Studio Code,\n\n- Portions of Josh Johnson's [vscode-xml](https://github.com/DotJoshJohnson/vscode-xml) project are re-used\nfor XML formatting. The MIT license and source code are kept in the `client/xmlFormatting` folder of this project.\n- Christy Haragan's [marklogic-node-typescript-definitions](https://github.com/christyharagan/ml-typescript-definitions)\nmade this project possible.\n- Paxton Hare's [marklogic-sublime](https://github.com/paxtonhare/MarkLogic-Sublime)\n`xquery-ml.tmLanguage` code is used for XQuery-ML syntax and snippets, and the MarkLogic Sublime project inspired this one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarklogic%2Fmlxprs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarklogic%2Fmlxprs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarklogic%2Fmlxprs/lists"}