# MwLanguageServer **Repository Path**: mirrors_lextm/MwLanguageServer ## Basic Information - **Project Name**: MwLanguageServer - **Description**: A .NET Language Server of Wikitext for VSCode. Work in progress. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MwLanguageServer A work in (slow) progress .NET [Language Server](https://github.com/Microsoft/language-server-protocol) and client-side plugin of [Wikitext](https://en.wikipedia.org/wiki/Wiki_markup) for VSCode. The client-side plugin for VSCode is named Wikitext. Both the Language Server and the client-side plugin are at their very early stage. ![Snapshot-TemplateHint2](README.resource/Snapshot-TemplateHint2.gif) Emm, in fact I only copied documentations for a small number of magic words by hand… That's an issue to resolve. For now, the plugin supports * Basic syntax highlight (depends on Jake Boone's [Mediawiki](https://marketplace.visualstudio.com/items?itemName=jakeboone02.mediawiki) plugin) * Limited template auto-completion and parameter hints * Basic linting for possible syntax errors Currently, the plugin only supports local files, but later (maybe in the coming months) it might support real-time template and page information fetching, which will allow for more accurate hints. See [README.resource](README.resource) folder for more snapshots.