{"id":26667199,"url":"https://github.com/mrdandelion6/matlab-extra-support","last_synced_at":"2026-04-17T04:32:32.299Z","repository":{"id":240013879,"uuid":"801264115","full_name":"mrdandelion6/MATLAB-Extra-Support","owner":"mrdandelion6","description":"VS Code extension providing extra support for MATLAB integration. Provides the ability to run individual sections of MATLAB files directly from VS Code.","archived":false,"fork":false,"pushed_at":"2024-05-16T21:22:58.000Z","size":2762,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T15:40:27.176Z","etag":null,"topics":["extension","matlab","typescript","visual-studio-code","yo-generator"],"latest_commit_sha":null,"homepage":"","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/mrdandelion6.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-15T22:35:18.000Z","updated_at":"2024-08-01T00:07:37.000Z","dependencies_parsed_at":"2024-05-16T09:29:49.268Z","dependency_job_id":"4566def1-7c1b-42cf-a18d-f3862ad854a5","html_url":"https://github.com/mrdandelion6/MATLAB-Extra-Support","commit_stats":null,"previous_names":["mrdandelion6/matlab-extra-support"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrdandelion6/MATLAB-Extra-Support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdandelion6%2FMATLAB-Extra-Support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdandelion6%2FMATLAB-Extra-Support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdandelion6%2FMATLAB-Extra-Support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdandelion6%2FMATLAB-Extra-Support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrdandelion6","download_url":"https://codeload.github.com/mrdandelion6/MATLAB-Extra-Support/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdandelion6%2FMATLAB-Extra-Support/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["extension","matlab","typescript","visual-studio-code","yo-generator"],"created_at":"2025-03-25T19:36:32.680Z","updated_at":"2026-04-17T04:32:32.281Z","avatar_url":"https://github.com/mrdandelion6.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MATLAB Extra Support\n\nThis Visual Studio code extension provides additional features to the MATLAB extension by *MathWorks*. Users can run individual sections of code in a MATLAB file directly inside VS Code.\n\n![Example usage GIF](examples/individual_section_running_demo.gif)\n\n## Usage and Features\n\nTo run a particular section of code, have your cursor within that section and then run the `Run Current Section` command through command palette or by pressing **ctrl + enter**. Note that \"sections\" in MATLAB files are lines of code separated by `%%`. For example the following code has two sections.\n\n```matlab\n%%\nx = 1;\ndisp(x);\n\n%%\ny = x + 2;\ndisp(y);\n```\nYou can also run the current section of code and all code above it by pressing **ctrl + shift + enter** or using the `Run Current Section and all Above` command through command palette.\n\nSupports Windows, Mac, and Linux.\n\n## Requirements\n\nThis extension requires you to have the VS Code extension *MATLAB* by *MathWorks* installed.\n\n\n## Known Issues\n\nCurrently there is an issue with the workspace variables persisting across different MATLAB terminal sessions. This is because of how the MATLAB extension by *MathWorks* works. I am working on a solution to reset the workspace each time but I am not yet sure how to since the MATLAB shell does not work like a normal terminal. \n\nFeel free to open an issue if you find any problems, or even a PR if you have any solutions.\n\n## Release Notes\n\nUsers appreciate release notes as you update your extension.\n\n### 1.0.0\n\nInitial release.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrdandelion6%2Fmatlab-extra-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrdandelion6%2Fmatlab-extra-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrdandelion6%2Fmatlab-extra-support/lists"}