{"id":22549928,"url":"https://github.com/openmodelica/metamodelica-language-server","last_synced_at":"2025-08-13T18:17:12.843Z","repository":{"id":233936491,"uuid":"787988196","full_name":"OpenModelica/metamodelica-language-server","owner":"OpenModelica","description":"A VS Code language server extension for MetaModelica. ","archived":false,"fork":false,"pushed_at":"2025-03-26T15:40:29.000Z","size":1422,"stargazers_count":1,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-09T17:59:37.446Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenModelica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-17T15:05:09.000Z","updated_at":"2025-03-26T15:40:33.000Z","dependencies_parsed_at":"2024-05-06T16:12:20.684Z","dependency_job_id":"58c126bb-d4e6-4c0d-821d-0c14a1b4880f","html_url":"https://github.com/OpenModelica/metamodelica-language-server","commit_stats":null,"previous_names":["openmodelica/metamodelica-language-server"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/OpenModelica/metamodelica-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fmetamodelica-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fmetamodelica-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fmetamodelica-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fmetamodelica-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenModelica","download_url":"https://codeload.github.com/OpenModelica/metamodelica-language-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fmetamodelica-language-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270287517,"owners_count":24558624,"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-08-13T02:00:09.904Z","response_time":66,"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-12-07T16:10:26.289Z","updated_at":"2025-08-13T18:17:12.115Z","avatar_url":"https://github.com/OpenModelica.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetaModelica Language Server\n\n[![Build](https://github.com/OpenModelica/metamodelica-language-server/actions/workflows/test.yml/badge.svg)](https://github.com/OpenModelica/metamodelica-language-server/actions/workflows/test.yml)\n\nA very early version of a MetaModelica Language Server based on\n[OpenModelica/tree-sitter-metamodelica](https://github.com/OpenModelica/tree-sitter-metamodelica).\n\nFor syntax highlighting install extension\n[AnHeuermann.metamodelica](https://marketplace.visualstudio.com/items?itemName=AnHeuermann.metamodelica)\nin addition.\n\n## Functionality\n\nThis Language Server works for MetaModelica files. It has the following language\nfeatures:\n\n  - Provide Outline of MetaModelica files.\n\n    ![Outline](images/outline_demo.png)\n\n  - Diagnostics:\n\n    ![Diagnostics](images/problemMatching.png)\n\n## Installation\n\n### Via Marketplace\n\n  - [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=OpenModelica.metamodelica-language-server)\n  - [Open VSX Registry](https://open-vsx.org/extension/OpenModelica/metamodelica-language-server)\n\n### Via VSIX File\n\nDownload the latest\n[metamodelica-language-server-0.2.0.vsix](https://github.com/OpenModelica/metamodelica-language-server/releases/download/v0.2.0/metamodelica-language-server-0.2.0.vsix)\nfrom the\n[releases](https://github.com/OpenModelica/metamodelica-language-server/releases)\npage.\n\nCheck the [VS Code documentation](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix)\non how to install a .vsix file.\nUse the `Install from VSIX` command or run\n\n```bash\ncode --install-extension metamodelica-language-server-0.2.0.vsix\n```\n\n## Contributing ❤️\n\nContributions are very welcome!\n\nWe made the first tiny step but need help to add more features and refine the\nlanguage server.\n\nIf you are searching for a good point to start\ncheck the\n[good first issue](https://github.com/OpenModelica/metamodelica-language-server/labels/good%20first%20issue).\nTo see where the development is heading to check the\n[Projects section](https://github.com/OpenModelica/metamodelica-language-server/projects?query=is%3Aopen).\nIf you need more information start a discussion over at\n[OpenModelica/OpenModelica](https://github.com/OpenModelica/OpenModelica).\n\nFound a bug or having issues? Open a\n[new issue](https://github.com/OpenModelica/metamodelica-language-server/issues/new/choose).\n\n## Build\n\n### Dependencies\n\n  - Docker installed and running.\n\n### Quick install\n\n  - Run `npm install` and `npm run postinstall` in this folder.This installs all\n    necessary npm modules in both the client and server folder\n  - Open VS Code on this folder.\n  - Press Ctrl+Shift+B to start compiling the client and server.\n  - Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).\n  - Select `Launch Client` from the drop down (if it is not already).\n  - Press ▷ to run the launch config (F5).\n  - Both build task and launch are available in [watch\n    mode](https://code.visualstudio.com/docs/editor/tasks#:~:text=The%20first%20entry%20executes,the%20HelloWorld.js%20file.)\n  - In the [Extension Development\n    Host](https://code.visualstudio.com/api/get-started/your-first-extension#:~:text=Then%2C%20inside%20the%20editor%2C%20press%20F5.%20This%20will%20compile%20and%20run%20the%20extension%20in%20a%20new%20Extension%20Development%20Host%20window.)\n    instance of VSCode, open a document in 'metamodelica' language mode.\n    - Check the console output of `MetaModelica Language Server` to see the parsed\n      tree of the opened file.\n\n## Build and Install Extension\n\n```\nnpx vsce package\n```\n\n## License\n\n**metamodelica-language-server** is licensed under the OSMC Public License v1.8, see\n[OSMC-License.txt](./OSMC-License.txt).\n\n### 3rd Party Licenses\n\nThis extension is based on\n[https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample](https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample),\nlicensed under MIT license.\n\nSome parts of the source code are taken from\n[bash-lsp/bash-language-server](https://github.com/bash-lsp/bash-language-server),\nlicensed under the MIT license and adapted to the MetaModelica language server.\n\nThe debugger is based on [microsoft/vscode-mock-debug](https://github.com/microsoft/vscode-mock-debug) licensed under MIT.\n\n[OpenModelica/tree-sitter-metamodelica](https://github.com/OpenModelica/tree-sitter-metamodelica)\nis included in this extension and is licensed under the [OSMC-PL\nv1.8](./server/OSMC-License.txt).\n\n## Acknowledgments\n\nThis package was initially developed by\n[Hochschule Bielefeld - University of Applied Sciences and Arts](hsbi.de).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmodelica%2Fmetamodelica-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmodelica%2Fmetamodelica-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmodelica%2Fmetamodelica-language-server/lists"}