MonoDevelop
Перейти к файлу
Allison Kim cdd3ddd5b4 Remove redundant package references 2021-05-24 10:39:29 -07:00
.github/workflows Set up GitHub Actions 2021-04-07 01:41:02 -04:00
Core Fix https://github.com/mhutch/MonoDevelop.Xml/issues/26 2021-04-15 19:43:35 -07:00
Editor Merge branch 'main' into mac 2021-04-17 18:52:38 -07:00
Tests Remove redundant package references 2021-05-24 10:39:29 -07:00
external Bump MiniEditor 2021-04-17 18:42:38 -07:00
.editorconfig Add the same .editorconfig as in MonoDevelop.MSBuildEditor. 2020-01-31 18:18:10 -08:00
.gitattributes Normalize line endings 2019-02-07 20:15:12 -05:00
.gitignore .gitignore .binlogs 2020-01-10 11:38:52 -08:00
.gitmodules Fix submodule URL. 2020-11-11 20:11:43 -08:00
Directory.Build.props Embed the .pdbs. 2020-05-16 11:15:49 -07:00
LICENSE Import Roslyn support code for Highlight References 2019-07-04 00:18:38 -04:00
MonoDevelop.Xml.sln Remove the VSMac project. 2020-05-16 11:11:04 -07:00
NuGet.Config Set up GitHub Actions 2021-04-07 01:41:02 -04:00
README.md Update the README 2019-06-17 15:34:00 -04:00
private.snk Strong-name the assemblies 2019-10-12 18:01:40 -07:00

README.md

MonoDevelop.Xml

This is the XML language service from MonoDevelop. It has been extracted and the MonoDevelop dependencies have been removed. The parser has no external dependencies, and the code completion has been ported to the Visual Studio Editor core.

Port Status

Complete

  • Parser

In Progress

  • Completion

TODO

  • Formatting
  • Settings
  • Indenter

Build Status

Status Platform Runtimes
Build Status Linux Mono
Build status Windows .NET Framework