{"id":19129709,"url":"https://github.com/mathworks/matlab-language-server","last_synced_at":"2025-10-08T05:36:46.687Z","repository":{"id":156323128,"uuid":"624584839","full_name":"mathworks/MATLAB-language-server","owner":"mathworks","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-05T01:45:08.000Z","size":3183,"stargazers_count":99,"open_issues_count":16,"forks_count":10,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-05T03:25:02.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-06T19:55:41.000Z","updated_at":"2025-09-05T01:37:27.000Z","dependencies_parsed_at":"2023-09-25T07:02:20.210Z","dependency_job_id":"2b9cf459-123c-48b0-a424-272c26628fe8","html_url":"https://github.com/mathworks/MATLAB-language-server","commit_stats":{"total_commits":107,"total_committers":8,"mean_commits":13.375,"dds":0.2149532710280374,"last_synced_commit":"bb6f79e976b95abe4d767f626744948cf138622e"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mathworks/MATLAB-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks%2FMATLAB-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks%2FMATLAB-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks%2FMATLAB-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks%2FMATLAB-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathworks","download_url":"https://codeload.github.com/mathworks/MATLAB-language-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks%2FMATLAB-language-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278893656,"owners_count":26064235,"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-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2024-11-09T06:08:14.961Z","updated_at":"2025-10-08T05:36:46.682Z","avatar_url":"https://github.com/mathworks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MATLAB language server\n[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/MATLAB-language-server)\n\nMATLAB\u0026reg; language server implements the Microsoft\u0026reg; [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) for the MATLAB language.\n\nMATLAB language server requires MATLAB version R2021b or later.\n\n## Features Implemented\nMATLAB language server implements several Language Server Protocol features and their related services:\n* Code diagnostics — [publishDiagnostics](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_publishDiagnostics)\n* Quick fixes — [codeActionProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeAction)\n* Document formatting — [documentFormattingProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_formatting)\n* Document range formatting - [documentRangeFormattingProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rangeFormatting)\n* Code completions — [completionProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion)\n* Function signature help — [signatureHelpProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_signatureHelp)\n* Go to definition — [definitionProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition)\n* Go to references — [referencesProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references)\n* Document symbols — [documentSymbolProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol)\n* Symbol rename - [renameProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename)\n* Code folding - [foldingRangeProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_foldingRange)\n* Document highlights - [highlightSymbolProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentHighlight)\n\n## Clients\nMATLAB language server supports these editors by installing the corresponding extension:\n* Emacs - [Emacs-MATLAB-Mode](https://github.com/mathworks/Emacs-MATLAB-Mode)\n* Neovim — [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)\n* Visual Studio\u0026reg; Code — [MATLAB extension for Visual Studio Code](https://github.com/mathworks/MATLAB-extension-for-vscode)\n\n## Release Notes\n\n### Unreleased\n\n### 1.3.5\nRelease date: 2025-09-04\n\nFixed:\n* Resolves issue where newly saved document contents are ignored during execution\n\nAdded:\n* Support for highlighting all references to a selected function, variable, class, or class property\n\n### 1.3.4\nRelease date: 2025-07-31\n\nAdded:\n* Support for document range formatting\n* Document symbol model now include methods, properties, and enumerations for improved navigation\n\nFixed:\n* Resolves a crash that occurs when language server is used over stdin/stdout\n* Resolves issue where language server stops working after calling `restoredefaultpath`\n* Applied patches for CVE-2023-44270, CVE-2024-11831, CVE-2025-27789, CVE-2025-30359, CVE-2025-30360, CVE-2025-32996, and CVE-2025-5889\n\n### 1.3.3\nRelease date: 2025-05-15\n\nAdded:\n* Support for debugging P-coded files when the corresponding source file is available\n\nFixed:\n* Resolves potential crashes when using code completion in files without a .m file extension\n\n### 1.3.2\nRelease date: 2025-03-06\n\nFixed:\n* Resolves errors with adding workspace folders to the MATLAB path on macOS and Linux systems\n\n### 1.3.1\nRelease date: 2025-01-23\n\nAdded:\n* The language server keeps the MATLAB path in sync with the client workspace, improving code navigation, completions, and execution\n\nFixed:\n* Resolves errors with document formatting when using with MATLAB R2025a\n* Resolves errors with execution and debugging when using with MATLAB R2022a\n\n### 1.3.0\nRelease date: 2024-12-18\n\nNotice:\n* The MATLAB language server no longer supports MATLAB R2021a. To make use of the advanced features of the extension or run and debug MATLAB code, you must have MATLAB R2021b or later installed.\n\nAdded:\n* Debugging support\n* Include snippets defined within MATLAB (requires MATLAB R2025a or later)\n\nFixed:\n* Use default values when settings are missing from configuration\n* Patches CVE-2024-52798\n\n### 1.2.7\nRelease date: 2024-11-07\n\nAdded:\n* Allow specifying the maximum file size for code analysis through the `maxFileSizeForAnalysis` setting\n* Linting support in untitled files and in MATLAB files with different file extensions\n\n### 1.2.6\nRelease date: 2024-09-20\n\nFixed:\n* Patches CVE-2024-43788\n* Resolves issue preventing code navigation and variable renaming for variables followed by a matrix operation (e.g. `x.^2`)\n\n### 1.2.5\nRelease date: 2024-08-16\n\nAdded:\n* Symbol rename support\n\nFixed:\n* Leading or trailing whitespace in `installPath` setting is ignored when connecting to MATLAB\n\n### 1.2.4 \nRelease date: 2024-07-12\n\nAdded:\n* Improvements to code folding (requires MATLAB R2024b or later)\n\nFixed:\n* Allow connection to MATLAB when a single quote appears in the extension installation path\n* Resolve error with code navigation when using with MATLAB R2024b\n\n### 1.2.3\nRelease date: 2024-06-14\n\nNotice:\n* The MATLAB language server will no longer support MATLAB R2021a in a future release. To make use of the advanced features of the extension or run MATLAB code, you will need to have MATLAB R2021b or later installed.\n\nAdded:\n* Added a system to detect if the connected MATLAB release is supported by the language server. This will inform the client, which may display a notification to the user about this.\n\nFixed:\n* Resolved issue with connecting to Intel MATLAB installation on Apple Silicon machines\n* Resolved error if MATLAB process is killed unexpectedly\n* Fixed bug where \"never\" startup timing was ignored\n\n### 1.2.2\nRelease date: 2024-05-17\n\nFixed:\n* Resolved packaging failure on Mac\n* Resolved connecting to MATLAB in proxy environment\n* General bug fixes\n\n### 1.2.1\nRelease date: 2024-04-04\n\nAdded:\n* Supports connecting to MATLAB when the New Desktop for MATLAB is enabled\n\nFixed:\n* Fixed launching App Designer and Simulink through MATLAB code execution\n\n### 1.2.0\nRelease date: 2024-03-05\n\nAdded:\n* Code execution support\n\nFixed:\n* Prevent responses from MATLAB being intercepted by the incorrect request callback\n* Fixed linting diagnostic suppression with MATLAB R2024a \n\n### 1.1.8\nRelease date: 2024-01-16\n\nFixed:\n* Fixed linting with mlint on Windows\n* Fixed regression with code navigation when using with MATLAB R2024a\n\n### 1.1.7\nRelease date: 2023-12-06\n\nFixed:\n* Fixed code navigation when using with MATLAB R2024a\n* Handle symbolic link to MATLAB when linting with mlint (Thanks @MoetaYuko!)\n* Handle maca64 architecture when linting with mlint (Thanks @tiagovla!)\n\n### 1.1.6\nRelease date: 2023-10-11\n\n* Add support for MATLAB sections in the documentSymbol (outline).\n\n### 1.1.5\nRelease date: 2023-09-13\n\nFixed:\n* Fixed issue connecting to MATLAB with Node.js\u0026reg; version 18 and later.\n\n### 1.1.4\nRelease date: 2023-08-14\n\nFixed:\n* Patched CVE-2023-26136 and CVE-2022-25883\n\n### 1.1.3\nRelease date: 2023-07-10\n\nFixed:\n* Diagnostic suppression should be placed at correct location when '%' is contained within string\n* Improved navigation to files inside MATLAB packages within the VS Code workspace but not on the MATLAB path\n* Prevented navigation to private/local functions from other files\n* MATLAB sign-in is no longer blocked on Windows\n\n### 1.1.2\nRelease date: 2023-05-31\n\nFixed:\n* Improves responsiveness of documentSymbol support\n* Clear linting diagnostics from closed files\n* MATLAB should launch with `onDemand` setting\n\n### 1.1.1\nRelease date: 2023-05-12\n\n* Resolves linting errors\n\n### 1.1.0\nRelease date: 2023-05-12\n\n* Add support for documentSymbol (outline).\n\n### 1.0.0\nRelease date: 2023-04-26\n\n* Initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks%2Fmatlab-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathworks%2Fmatlab-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks%2Fmatlab-language-server/lists"}