MonoDevelop
Перейти к файлу
Kirill Osenkov ae2e77a6c8 .gitignore .binlogs 2020-01-10 11:38:52 -08:00
Core Make TextSpan equatable 2020-01-09 00:48:36 -05:00
Editor Work around broken editor ABI in VSMac 2019-11-11 16:14:13 +01:00
Tests Make expansion tests reusable by derived languages 2019-11-01 19:14:59 -04:00
external Automatically wait for completion in tests 2019-10-10 21:26:05 -04: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 Add infrastructure for testing command execution 2019-08-23 16:45:15 -04:00
.travis.yml Attempt to fix Travis build again 2019-07-26 15:10:33 -04:00
Directory.Build.props Strong-name the assemblies 2019-10-12 18:01:40 -07:00
LICENSE Import Roslyn support code for Highlight References 2019-07-04 00:18:38 -04:00
MonoDevelop.Xml.sln Submodule MiniEditor 2019-07-25 23:18:07 -04:00
NuGet.Config Track MiniEditor deps 2019-09-10 21:46:05 -04:00
README.md Update the README 2019-06-17 15:34:00 -04:00
appveyor.yml Fix appveyor builds 2019-07-30 16:02:17 -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