{"id":48031370,"url":"https://github.com/zzzz465/rwxml-language-server","last_synced_at":"2026-04-04T13:55:34.198Z","repository":{"id":37015221,"uuid":"287468654","full_name":"zzzz465/rwxml-language-server","owner":"zzzz465","description":"autocomplete and debug your RimWorld XML","archived":false,"fork":false,"pushed_at":"2025-12-28T13:50:56.000Z","size":140581,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T01:44:28.949Z","etag":null,"topics":["csharp","lsp-server","rimworld","typescript","vscode-extension","xml-modding"],"latest_commit_sha":null,"homepage":"https://github.com/zzzz465/rwxml-language-server","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzzz465.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}},"created_at":"2020-08-14T07:12:45.000Z","updated_at":"2025-12-28T13:51:01.000Z","dependencies_parsed_at":"2023-01-17T13:31:09.001Z","dependency_job_id":null,"html_url":"https://github.com/zzzz465/rwxml-language-server","commit_stats":null,"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"purl":"pkg:github/zzzz465/rwxml-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzz465%2Frwxml-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzz465%2Frwxml-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzz465%2Frwxml-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzz465%2Frwxml-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzzz465","download_url":"https://codeload.github.com/zzzz465/rwxml-language-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzzz465%2Frwxml-language-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","lsp-server","rimworld","typescript","vscode-extension","xml-modding"],"created_at":"2026-04-04T13:55:34.115Z","updated_at":"2026-04-04T13:55:34.186Z","avatar_url":"https://github.com/zzzz465.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RWXML Language Server\n\nprovides various IDE functionalities, as VSCode Extension\n\n## Install (if you're using vscode first time?)\n\n[Check how-to](docs/how-to.md)\n\n## FAQ\n\n[Check FAQ](docs/FAQ.md)\n\n## features\n\n- [x] Custom syntax highlighting\n- [x] Basic completion snippets.\n- [x] Real time code analysis.\n- [x] Code Completion.\n- [x] `Go to definition`, `Go to Reference` support.\n- [x] Find all symbol references.\n- [x] find parent / childrenss\n- [x] Symbol rename command.\n- [x] Inheritance Attribute suggestion\n- [x] AlienRace support\n- [x] incremental update \u0026 validation\n- [ ] Texture preview\n- [ ] Texture path suggestion\n- [ ] patch operation snippets\n- [x] Cache DLL extracted data\n\n## Commands\n\n### `RWXML: Clear DLL Cache`\n\ndeletes all DLL extracted cache.\n\n### `RWXML: Open Cache Directory`\n\nopens your cache directory.\n\n## Install\n\n[VSCode Marketplace (Click)](https://marketplace.visualstudio.com/items?itemName=madeline.rwxml-lang-serv)\n\n## Configuration\n\nconfigures RWXML Language Server.\n\n```jsonc\n{\n  \"rwxml.paths.rimWorld\": \"C:\\\\...\\\\common\\\\RimWorld\", // RimWorld/ Directory path.\n\n  // overrides default path / assumed path from rimWorld\n  \"rwxml.paths.rimWorldData\": \"C:\\\\...\\\\RimWorld\\\\Data\",\n  \"rwxml.paths.rimWorldManaged\": \"C:\\\\...\\\\RimWorld\\\\RimWorldWin64_Data\\\\Managed\",\n  \"rwxml.paths.localMods\": \"C:\\\\...\\\\RimWorld\\\\Mods\",\n  \"rwxml.paths.workshopMods\": \"C:\\\\...\\\\workshop\\\\contents\\\\294100\",\n  \"rwxml.paths.externalMods\": [\n    \"\u003cother-mods-directory-1\u003e\",\n    \"\u003cother-mods-directory-2\u003e\",\n    // and so on...\n  ],\n\n  \n  \"rwxml.logs.level\": \"info\", // set log level, \"info\", \"warn\", \"error\", \"debug\", \"silly\"\n\n  \"rwxml.codeHighlighting.enabled\": true, // manages code highlighting. fine-grained control is not implemented yet\n  \n  \"rwxml.diagnostics.enabled\": true, // manages code diagnostics.\n}\n```\n\n### Default Paths\n\nthis extension requires `RimWorld DLL`, `RimWorld Core` to operate.\nit scans Workshop/Local Mod Directory to support external mods.\n\nthe path for these resources are below:\n\nRimWorld DLL\n\n- windows: `C:\\Program files (x86)\\Steam\\steamapps\\common\\rimworld\\RimWorldWin64_Data\\Managed`\n- darwin(macos): `Library/Application Support/Steam/steamapps/common/RimWorld/RimWorldMac.app/Contents/Resources/Data/Managed`\n\nRimWorld Core\n\n- windows: `C:\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\common\\\\RimWorld\\\\Data`\n- darwin(macos): `Library/Application Support/Steam/Steamapps/common/RimWorld/RimWorldMac.app/Data`\n\nLocal Mod Directory\n\n- windows: `C:\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\common\\\\RimWorld\\\\Mods`\n- darwin(macos): `Library/Application Support/Steam/Steamapps/common/RimWorld/RimWorldMac.app/Mods`\n\nWorkshop Directory\n\n- windows: `C:\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\workshop\\\\content\\\\294100`\n- darwin(macos): `Library/Application Support/Steam/Steamapps/workshop/content/294100`\n\n## Setup devlopment environment\n\n1. clone repository locally\n\n```bash\n#!/bin/bash\ngit clone https://github.com/zzzz465/rwxml-language-server\n```\n\n2. install project\n\n```bash\n#!/bin/bash\n# cwd: repository root\npnpm install\n```\n\n3. build project\n\n```bash\n#!/bin/bash\n# cwd: repository root\npnpm run watch # this will build project and watch project changes\n```\n\n4. open `/vsc-extension` with VSCode, and launch `Launch Client`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzzz465%2Frwxml-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzzz465%2Frwxml-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzzz465%2Frwxml-language-server/lists"}