Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cxuesong/mwlanguageserver
A .NET Language Server of Wikitext for VSCode. Work in progress.
https://github.com/cxuesong/mwlanguageserver
language-server wikitext
Last synced: 2 months ago
JSON representation
A .NET Language Server of Wikitext for VSCode. Work in progress.
- Host: GitHub
- URL: https://github.com/cxuesong/mwlanguageserver
- Owner: CXuesong
- License: apache-2.0
- Created: 2017-04-15T14:19:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T16:34:09.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T18:17:53.323Z (3 months ago)
- Topics: language-server, wikitext
- Language: C#
- Homepage:
- Size: 1.27 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 errorsCurrently, 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.